#387929

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

Shades of Bilbao #387929

Tints of Bilbao #387929

Color information

#387929 (or 0x387929) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 29. RGB value is (56,121,41). Sum of RGB (Red+Green+Blue) = 56+121+41=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #387929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387929 is #C786D6. Grayscale: #5C5C5C. Windows color (decimal): -13076183 or 2718008. OLE color: 2718008.

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

Color convert

RGB5612141-
CMYK0.5400.660.53
HSL108.75º49.38%31.76%-
HSV(B)108.75º66.12%47.45%-
XYZ8.8714.684.46-
YUV92.4498.97102-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=25.69%
G=55.50%
B=18.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121410.5400.660.53108.7549.3831.76
Hex38792936042356d3120
Octal7017151660102651556140
Binary1110001111001101001110110010000101101011101101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387929; }

 p { color: rgb(56,121,41); }

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

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

 a { background-color: rgb(56,121,41); }

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

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

 span { border-color: rgb(56,121,41); }

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