#387F00

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

Shades of Bilbao #387F00

Tints of Bilbao #387F00

Color information

#387F00 (or 0x387F00) is unknown color: approx Bilbao. HEX triplet: 38, 7F and 00. RGB value is (56,127,0). Sum of RGB (Red+Green+Blue) = 56+127+0=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 127 (50% from 255 or 69.40% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 127 - color contains mainly: green. Hex color #387F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F00 is #C780FF. Grayscale: #5B5B5B. Windows color (decimal): -13074688 or 32568. OLE color: 32568.

HSL color Cylindrical-coordinate representation of color #387F00: hue angle of 93.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #387F00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB561270-
CMYK0.56010.50
HSL93.54º100%24.9%-
HSV(B)93.54º100%49.8%-
XYZ9.2216.022.61-
YUV91.2976.48102.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 127 (50% from 255) = 69.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.60%
G=69.40%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5612700.56010.5093.5410024.9
Hex387F038064325e6419
Octal7017707001446213614431
Binary11100011111110111000011001001100101011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387F00; }

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

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

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

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

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

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

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

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