#368418

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

Shades of Bilbao #368418

Tints of Bilbao #368418

Color information

#368418 (or 0x368418) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 18. RGB value is (54,132,24). Sum of RGB (Red+Green+Blue) = 54+132+24=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #368418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368418 is #C97BE7. Grayscale: #606060. Windows color (decimal): -13204456 or 1606710. OLE color: 1606710.

HSL color Cylindrical-coordinate representation of color #368418: hue angle of 103.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #368418 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB5413224-
CMYK0.5900.820.48
HSL103.33º69.23%30.59%-
HSV(B)103.33º81.82%51.76%-
XYZ9.9417.353.69-
YUV96.3787.1697.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=25.71%
G=62.86%
B=11.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132240.5900.820.48103.3369.2330.59
Hex3684183B0523067451f
Octal66204307301226014710537
Binary1101101000010011000111011010100101100001100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368418; }

 p { color: rgb(54,132,24); }

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

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

 a { background-color: rgb(54,132,24); }

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

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

 span { border-color: rgb(54,132,24); }

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