#35862A

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

Shades of Bilbao #35862A

Tints of Bilbao #35862A

Color information

#35862A (or 0x35862A) is unknown color: approx Bilbao. HEX triplet: 35, 86 and 2A. RGB value is (53,134,42). Sum of RGB (Red+Green+Blue) = 53+134+42=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #35862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35862A is #CA79D5. Grayscale: #636363. Windows color (decimal): -13269462 or 2786869. OLE color: 2786869.

HSL color Cylindrical-coordinate representation of color #35862A: hue angle of 112.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35862A is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB5313442-
CMYK0.6000.690.47
HSL112.83º52.27%34.51%-
HSV(B)112.83º68.66%52.55%-
XYZ10.4117.975.11-
YUV99.2995.6694.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 134 (52.73% from 255) = 58.52%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=23.14%
G=58.52%
B=18.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134420.6000.690.47112.8352.2734.51
Hex35862A3C0452F713423
Octal6520652740105571616443
Binary11010110000110101010111100010001011011111110001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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