#356C1F

Color #356C1F Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #356C1F

Tints of Bilbao #356C1F

Color information

#356C1F (or 0x356C1F) is unknown color: approx Bilbao. HEX triplet: 35, 6C and 1F. RGB value is (53,108,31). Sum of RGB (Red+Green+Blue) = 53+108+31=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #356C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C1F is #CA93E0. Grayscale: #535353. Windows color (decimal): -13276129 or 2059317. OLE color: 2059317.

HSL color Cylindrical-coordinate representation of color #356C1F: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356C1F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB5310831-
CMYK0.5100.710.58
HSL102.86º55.4%27.25%-
HSV(B)102.86º71.3%42.35%-
XYZ7.0811.583.16-
YUV82.7898.78106.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=27.60%
G=56.25%
B=16.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108310.5100.710.58102.8655.427.25
Hex356C1F330473A67371b
Octal6515437630107721476733
Binary11010111011001111111001101000111111010110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356C1F; }

 p { color: rgb(53,108,31); }

 H1.HeaderClassName
 {
   color: #356C1F;
 }
 .AnyTagClassName
 {
   color: #356C1F;
 }
</style>
background-color css

<style>
 a { background-color: #356C1F; }

 a { background-color: rgb(53,108,31); }

 div.DivClassName
 {
   background-color: #356C1F;
 }
 .BgClassName
 {
   background-color: #356C1F;
 }
</style>
border-color css

<style>
 span { border-color: #356C1F; }

 span { border-color: rgb(53,108,31); }

 td.TdClassName
 {
   border-color: #356C1F;
 }
 .TagClassName
 {
   border-color: #356C1F;
 }
</style>