#36862A

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

Shades of Bilbao #36862A

Tints of Bilbao #36862A

Color information

#36862A (or 0x36862A) is unknown color: approx Bilbao. HEX triplet: 36, 86 and 2A. RGB value is (54,134,42). Sum of RGB (Red+Green+Blue) = 54+134+42=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #36862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36862A is #C979D5. Grayscale: #636363. Windows color (decimal): -13203926 or 2786870. OLE color: 2786870.

HSL color Cylindrical-coordinate representation of color #36862A: hue angle of 112.17º 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 #36862A is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB5413442-
CMYK0.6000.690.47
HSL112.17º52.27%34.51%-
HSV(B)112.17º68.66%52.55%-
XYZ10.46185.11-
YUV99.5995.595.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=23.48%
G=58.26%
B=18.26%

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
Decimal54134420.6000.690.47112.1752.2734.51
Hex36862A3C0452F703423
Octal6620652740105571606443
Binary11011010000110101010111100010001011011111110000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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