#35751C

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

Shades of Bilbao #35751C

Tints of Bilbao #35751C

Color information

#35751C (or 0x35751C) is unknown color: approx Bilbao. HEX triplet: 35, 75 and 1C. RGB value is (53,117,28). Sum of RGB (Red+Green+Blue) = 53+117+28=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #35751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35751C is #CA8AE3. Grayscale: #585858. Windows color (decimal): -13273828 or 1865013. OLE color: 1865013.

HSL color Cylindrical-coordinate representation of color #35751C: hue angle of 103.15º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35751C is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB5311728-
CMYK0.5500.760.54
HSL103.15º61.38%28.43%-
HSV(B)103.15º76.07%45.88%-
XYZ8.0413.563.29-
YUV87.7294.3103.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=26.77%
G=59.09%
B=14.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117280.5500.760.54103.1561.3828.43
Hex35751C3704C36673d1c
Octal6516534670114661477534
Binary11010111101011110011011101001100110110110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35751C; }

 p { color: rgb(53,117,28); }

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

<style>
 a { background-color: #35751C; }

 a { background-color: rgb(53,117,28); }

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

<style>
 span { border-color: #35751C; }

 span { border-color: rgb(53,117,28); }

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