#368213

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

Shades of Bilbao #368213

Tints of Bilbao #368213

Color information

#368213 (or 0x368213) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 13. RGB value is (54,130,19). Sum of RGB (Red+Green+Blue) = 54+130+19=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #368213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368213 is #C97DEC. Grayscale: #5E5E5E. Windows color (decimal): -13204973 or 1278518. OLE color: 1278518.

HSL color Cylindrical-coordinate representation of color #368213: hue angle of 101.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #368213 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB5413019-
CMYK0.5800.850.49
HSL101.08º74.5%29.22%-
HSV(B)101.08º85.38%50.98%-
XYZ9.6216.83.35-
YUV94.6285.3299.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=26.60%
G=64.04%
B=9.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130190.5800.850.49101.0874.529.22
Hex3682133A05531654a1d
Octal66202237201256114511235
Binary1101101000001010011111010010101011100011100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368213; }

 p { color: rgb(54,130,19); }

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

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

 a { background-color: rgb(54,130,19); }

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

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

 span { border-color: rgb(54,130,19); }

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