#387F14

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

Shades of Bilbao #387F14

Tints of Bilbao #387F14

Color information

#387F14 (or 0x387F14) is unknown color: approx Bilbao. HEX triplet: 38, 7F and 14. RGB value is (56,127,20). Sum of RGB (Red+Green+Blue) = 56+127+20=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #387F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F14 is #C780EB. Grayscale: #5D5D5D. Windows color (decimal): -13074668 or 1343288. OLE color: 1343288.

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

Color convert

RGB5612720-
CMYK0.5600.840.50
HSL99.81º72.79%28.82%-
HSV(B)99.81º84.25%49.8%-
XYZ9.3516.073.27-
YUV93.5786.48101.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 127 (50% from 255) = 62.56%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=27.59%
G=62.56%
B=9.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127200.5600.840.5099.8172.7928.82
Hex387F14380543264491d
Octal70177247001246214411135
Binary111000111111110100111000010101001100101100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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