#387800

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

Shades of Bilbao #387800

Tints of Bilbao #387800

Color information

#387800 (or 0x387800) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 00. RGB value is (56,120,0). Sum of RGB (Red+Green+Blue) = 56+120+0=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 120 (47.27% from 255 or 68.18% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 120 - color contains mainly: green. Hex color #387800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387800 is #C787FF. Grayscale: #575757. Windows color (decimal): -13076480 or 30776. OLE color: 30776.

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

Color convert

RGB561200-
CMYK0.53010.53
HSL92º100%23.53%-
HSV(B)92º100%47.06%-
XYZ8.3514.272.32-
YUV87.1878.8105.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 120 (47.27% from 255) = 68.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.82%
G=68.18%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5612000.53010.539210023.53
Hex3878035064355c6418
Octal7017006501446513414430
Binary11100011110000110101011001001101011011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387800; }

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

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

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

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

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

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

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

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