#387704

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

Shades of Bilbao #387704

Tints of Bilbao #387704

Color information

#387704 (or 0x387704) is unknown color: approx Bilbao. HEX triplet: 38, 77 and 04. RGB value is (56,119,4). Sum of RGB (Red+Green+Blue) = 56+119+4=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #387704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387704 is #C788FB. Grayscale: #575757. Windows color (decimal): -13076732 or 292664. OLE color: 292664.

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

Color convert

RGB561194-
CMYK0.5300.970.53
HSL92.87º93.5%24.12%-
HSV(B)92.87º96.64%46.67%-
XYZ8.2514.042.39-
YUV87.0581.13105.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 119 (46.88% from 255) = 66.48%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=31.28%
G=66.48%
B=2.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5611940.5300.970.5392.8793.524.12
Hex3877435061355d5d18
Octal7016746501416513513530
Binary1110001110111100110101011000011101011011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387704; }

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

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

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

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

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

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

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

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