#387C04

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

Shades of Bilbao #387C04

Tints of Bilbao #387C04

Color information

#387C04 (or 0x387C04) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 04. RGB value is (56,124,4). Sum of RGB (Red+Green+Blue) = 56+124+4=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #387C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C04 is #C783FB. Grayscale: #5A5A5A. Windows color (decimal): -13075452 or 293944. OLE color: 293944.

HSL color Cylindrical-coordinate representation of color #387C04: hue angle of 94º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #387C04 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB561244-
CMYK0.5500.970.51
HSL94º93.75%25.1%-
HSV(B)94º96.77%48.63%-
XYZ8.8615.262.59-
YUV89.9979.47103.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 124 (48.83% from 255) = 67.39%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=30.43%
G=67.39%
B=2.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5612440.5500.970.519493.7525.1
Hex387C437061335e5e19
Octal7017446701416313613631
Binary1110001111100100110111011000011100111011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,4); }

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

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

 a { background-color: rgb(56,124,4); }

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

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

 span { border-color: rgb(56,124,4); }

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