#35771D

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

Shades of Bilbao #35771D

Tints of Bilbao #35771D

Color information

#35771D (or 0x35771D) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 1D. RGB value is (53,119,29). Sum of RGB (Red+Green+Blue) = 53+119+29=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #35771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35771D is #CA88E2. Grayscale: #595959. Windows color (decimal): -13273315 or 1931061. OLE color: 1931061.

HSL color Cylindrical-coordinate representation of color #35771D: hue angle of 104º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35771D is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB5311929-
CMYK0.5500.760.53
HSL104º60.81%29.02%-
HSV(B)104º75.63%46.67%-
XYZ8.2914.043.44-
YUV89.0194.13102.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=26.37%
G=59.20%
B=14.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119290.5500.760.5310460.8129.02
Hex35771D3704C35683d1d
Octal6516735670114651507535
Binary11010111101111110111011101001100110101110100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35771D; }

 p { color: rgb(53,119,29); }

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

<style>
 a { background-color: #35771D; }

 a { background-color: rgb(53,119,29); }

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

<style>
 span { border-color: #35771D; }

 span { border-color: rgb(53,119,29); }

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