#387043

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

Shades of Hunter Green #387043

Tints of Hunter Green #387043

Color information

#387043 (or 0x387043) is unknown color: approx Hunter Green. HEX triplet: 38, 70 and 43. RGB value is (56,112,67). Sum of RGB (Red+Green+Blue) = 56+112+67=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #387043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387043 is #C78FBC. Grayscale: #5A5A5A. Windows color (decimal): -13078461 or 4419640. OLE color: 4419640.

HSL color Cylindrical-coordinate representation of color #387043: hue angle of 131.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387043 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB5611267-
CMYK0.5000.400.56
HSL131.79º33.33%32.94%-
HSV(B)131.79º50%43.92%-
XYZ8.4412.837.34-
YUV90.13114.95103.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=23.83%
G=47.66%
B=28.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112670.5000.400.56131.7933.3332.94
Hex3870433202838842121
Octal7016010362050702044141
Binary11100011100001000011110010010100011100010000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387043; }

 p { color: rgb(56,112,67); }

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

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

 a { background-color: rgb(56,112,67); }

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

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

 span { border-color: rgb(56,112,67); }

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