#35772A

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

Shades of Bilbao #35772A

Tints of Bilbao #35772A

Color information

#35772A (or 0x35772A) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 2A. RGB value is (53,119,42). Sum of RGB (Red+Green+Blue) = 53+119+42=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #35772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35772A is #CA88D5. Grayscale: #5A5A5A. Windows color (decimal): -13273302 or 2783029. OLE color: 2783029.

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

Color convert

RGB5311942-
CMYK0.5500.650.53
HSL111.43º47.83%31.57%-
HSV(B)111.43º64.71%46.67%-
XYZ8.4814.124.47-
YUV90.49100.63101.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=24.77%
G=55.61%
B=19.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119420.5500.650.53111.4347.8331.57
Hex35772A37041356f3020
Octal6516752670101651576040
Binary1101011110111101010110111010000011101011101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35772A; }

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

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

<style>
 a { background-color: #35772A; }

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

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

<style>
 span { border-color: #35772A; }

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

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