#35872E

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

Shades of Bilbao #35872E

Tints of Bilbao #35872E

Color information

#35872E (or 0x35872E) is unknown color: approx Bilbao. HEX triplet: 35, 87 and 2E. RGB value is (53,135,46). Sum of RGB (Red+Green+Blue) = 53+135+46=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #35872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35872E is #CA78D1. Grayscale: #646464. Windows color (decimal): -13269202 or 3049269. OLE color: 3049269.

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

Color convert

RGB5313546-
CMYK0.6100.660.47
HSL115.28º49.17%35.49%-
HSV(B)115.28º65.93%52.94%-
XYZ10.6318.285.55-
YUV100.3497.3394.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=22.65%
G=57.69%
B=19.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135460.6100.660.47115.2849.1735.49
Hex35872E3D0422F733123
Octal6520756750102571636143
Binary11010110000111101110111101010000101011111110011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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