#368406

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

Shades of Bilbao #368406

Tints of Bilbao #368406

Color information

#368406 (or 0x368406) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 06. RGB value is (54,132,6). Sum of RGB (Red+Green+Blue) = 54+132+6=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #368406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368406 is #C97BF9. Grayscale: #5E5E5E. Windows color (decimal): -13204474 or 427062. OLE color: 427062.

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

Color convert

RGB541326-
CMYK0.5900.950.48
HSL97.14º91.3%27.06%-
HSV(B)97.14º95.45%51.76%-
XYZ9.8117.32.99-
YUV94.3178.1699.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 132 (51.95% from 255) = 68.75%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=28.12%
G=68.75%
B=3.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5413260.5900.950.4897.1491.327.06
Hex368463B05F30615b1b
Octal6620467301376014113333
Binary11011010000100110111011010111111100001100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368406; }

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

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

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

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

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

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

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

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