#35670A

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

Shades of Bilbao #35670A

Tints of Bilbao #35670A

Color information

#35670A (or 0x35670A) is unknown color: approx Bilbao. HEX triplet: 35, 67 and 0A. RGB value is (53,103,10). Sum of RGB (Red+Green+Blue) = 53+103+10=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #35670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35670A is #CA98F5. Grayscale: #4D4D4D. Windows color (decimal): -13277430 or 681781. OLE color: 681781.

HSL color Cylindrical-coordinate representation of color #35670A: hue angle of 92.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35670A is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB5310310-
CMYK0.4900.900.60
HSL92.26º82.3%22.16%-
HSV(B)92.26º90.29%40.39%-
XYZ6.3710.481.97-
YUV77.4589.94110.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 103 (40.62% from 255) = 62.05%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=31.93%
G=62.05%
B=6.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103100.4900.900.6092.2682.322.16
Hex3567A3105A3C5c5216
Octal65147126101327413412226
Binary11010111001111010110001010110101111001011100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,103,10); }

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

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

 a { background-color: rgb(53,103,10); }

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

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

 span { border-color: rgb(53,103,10); }

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