#387828

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

Shades of Bilbao #387828

Tints of Bilbao #387828

Color information

#387828 (or 0x387828) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 28. RGB value is (56,120,40). Sum of RGB (Red+Green+Blue) = 56+120+40=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #387828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387828 is #C787D7. Grayscale: #5C5C5C. Windows color (decimal): -13076440 or 2652216. OLE color: 2652216.

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

Color convert

RGB5612040-
CMYK0.5300.670.53
HSL108º50%31.37%-
HSV(B)108º66.67%47.06%-
XYZ8.7314.434.33-
YUV91.7498.8102.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=25.93%
G=55.56%
B=18.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120400.5300.670.531085031.37
Hex38782835043356c321f
Octal7017050650103651546237
Binary111000111100010100011010101000011110101110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387828; }

 p { color: rgb(56,120,40); }

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

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

 a { background-color: rgb(56,120,40); }

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

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

 span { border-color: rgb(56,120,40); }

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