#387421

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

Shades of Bilbao #387421

Tints of Bilbao #387421

Color information

#387421 (or 0x387421) is unknown color: approx Bilbao. HEX triplet: 38, 74 and 21. RGB value is (56,116,33). Sum of RGB (Red+Green+Blue) = 56+116+33=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #387421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387421 is #C78BDE. Grayscale: #585858. Windows color (decimal): -13077471 or 2192440. OLE color: 2192440.

HSL color Cylindrical-coordinate representation of color #387421: hue angle of 103.37º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387421 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB5611633-
CMYK0.5200.720.55
HSL103.37º55.7%29.22%-
HSV(B)103.37º71.55%45.49%-
XYZ8.1513.443.6-
YUV88.696.62104.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=27.32%
G=56.59%
B=16.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116330.5200.720.55103.3755.729.22
Hex387421340483767381d
Octal7016441640110671477035
Binary111000111010010000111010001001000110111110011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387421; }

 p { color: rgb(56,116,33); }

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

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

 a { background-color: rgb(56,116,33); }

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

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

 span { border-color: rgb(56,116,33); }

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