#35770B

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

Shades of Bilbao #35770B

Tints of Bilbao #35770B

Color information

#35770B (or 0x35770B) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 0B. RGB value is (53,119,11). Sum of RGB (Red+Green+Blue) = 53+119+11=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #35770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35770B is #CA88F4. Grayscale: #575757. Windows color (decimal): -13273333 or 751413. OLE color: 751413.

HSL color Cylindrical-coordinate representation of color #35770B: hue angle of 96.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35770B is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB5311911-
CMYK0.5500.910.53
HSL96.67º83.08%25.49%-
HSV(B)96.67º90.76%46.67%-
XYZ8.1313.972.59-
YUV86.9585.13103.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=28.96%
G=65.03%
B=6.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119110.5500.910.5396.6783.0825.49
Hex3577B3705B35615319
Octal65167136701336514112331
Binary11010111101111011110111010110111101011100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35770B; }

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

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

<style>
 a { background-color: #35770B; }

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

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

<style>
 span { border-color: #35770B; }

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

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