#386E09

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

Shades of Bilbao #386E09

Tints of Bilbao #386E09

Color information

#386E09 (or 0x386E09) is unknown color: approx Bilbao. HEX triplet: 38, 6E and 09. RGB value is (56,110,9). Sum of RGB (Red+Green+Blue) = 56+110+9=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #386E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386E09 is #C791F6. Grayscale: #525252. Windows color (decimal): -13079031 or 618040. OLE color: 618040.

HSL color Cylindrical-coordinate representation of color #386E09: hue angle of 92.08º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386E09 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB561109-
CMYK0.4900.920.57
HSL92.08º84.87%23.33%-
HSV(B)92.08º91.82%43.14%-
XYZ7.2612.012.19-
YUV82.3486.61109.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=32%
G=62.86%
B=5.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5611090.4900.920.5792.0884.8723.33
Hex386E93105C395c5517
Octal70156116101347113412527
Binary11100011011101001110001010111001110011011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E09; }

 p { color: rgb(56,110,9); }

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

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

 a { background-color: rgb(56,110,9); }

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

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

 span { border-color: rgb(56,110,9); }

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