#35872F

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

Shades of Bilbao #35872F

Tints of Bilbao #35872F

Color information

#35872F (or 0x35872F) is unknown color: approx Bilbao. HEX triplet: 35, 87 and 2F. RGB value is (53,135,47). Sum of RGB (Red+Green+Blue) = 53+135+47=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #35872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35872F is #CA78D0. Grayscale: #646464. Windows color (decimal): -13269201 or 3114805. OLE color: 3114805.

HSL color Cylindrical-coordinate representation of color #35872F: hue angle of 115.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35872F is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB5313547-
CMYK0.6100.650.47
HSL115.91º48.35%35.69%-
HSV(B)115.91º65.19%52.94%-
XYZ10.6518.295.66-
YUV100.4597.8394.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 47 (18.75% from 255) = 20%
R=22.55%
G=57.45%
B=20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135470.6100.650.47115.9148.3535.69
Hex35872F3D0412F743024
Octal6520757750101571646044
Binary11010110000111101111111101010000011011111110100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35872F; }

 p { color: rgb(53,135,47); }

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

<style>
 a { background-color: #35872F; }

 a { background-color: rgb(53,135,47); }

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

<style>
 span { border-color: #35872F; }

 span { border-color: rgb(53,135,47); }

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