#387600

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

Shades of Bilbao #387600

Tints of Bilbao #387600

Color information

#387600 (or 0x387600) is unknown color: approx Bilbao. HEX triplet: 38, 76 and 00. RGB value is (56,118,0). Sum of RGB (Red+Green+Blue) = 56+118+0=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #387600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387600 is #C789FF. Grayscale: #565656. Windows color (decimal): -13076992 or 30264. OLE color: 30264.

HSL color Cylindrical-coordinate representation of color #387600: hue angle of 91.53º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #387600 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB561180-
CMYK0.53010.54
HSL91.53º100%23.14%-
HSV(B)91.53º100%46.27%-
XYZ8.1113.82.24-
YUV86.0179.46106.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 118 (46.48% from 255) = 67.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.18%
G=67.82%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5611800.53010.5491.5310023.14
Hex3876035064365c6417
Octal7016606501446613414427
Binary11100011101100110101011001001101101011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387600; }

 p { color: rgb(56,118,0); }

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

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

 a { background-color: rgb(56,118,0); }

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

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

 span { border-color: rgb(56,118,0); }

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