#387141

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

Shades of Hunter Green #387141

Tints of Hunter Green #387141

Color information

#387141 (or 0x387141) is unknown color: approx Hunter Green. HEX triplet: 38, 71 and 41. RGB value is (56,113,65). Sum of RGB (Red+Green+Blue) = 56+113+65=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #387141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387141 is #C78EBE. Grayscale: #5A5A5A. Windows color (decimal): -13078207 or 4288824. OLE color: 4288824.

HSL color Cylindrical-coordinate representation of color #387141: hue angle of 129.47º degrees, saturation: 0.34, 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 #387141 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB5611365-
CMYK0.5000.420.56
HSL129.47º33.73%33.14%-
HSV(B)129.47º50.44%44.31%-
XYZ8.4913.037.07-
YUV90.48113.62103.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=23.93%
G=48.29%
B=27.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113650.5000.420.56129.4733.7333.14
Hex3871413202A38812221
Octal7016110162052702014241
Binary11100011100011000001110010010101011100010000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387141; }

 p { color: rgb(56,113,65); }

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

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

 a { background-color: rgb(56,113,65); }

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

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

 span { border-color: rgb(56,113,65); }

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