#387242

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

Shades of Hunter Green #387242

Tints of Hunter Green #387242

Color information

#387242 (or 0x387242) is unknown color: approx Hunter Green. HEX triplet: 38, 72 and 42. RGB value is (56,114,66). Sum of RGB (Red+Green+Blue) = 56+114+66=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #387242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387242 is #C78DBD. Grayscale: #5B5B5B. Windows color (decimal): -13077950 or 4354616. OLE color: 4354616.

HSL color Cylindrical-coordinate representation of color #387242: hue angle of 130.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387242 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB5611466-
CMYK0.5100.420.55
HSL130.34º34.12%33.33%-
HSV(B)130.34º50.88%44.71%-
XYZ8.6313.277.26-
YUV91.19113.78102.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=23.73%
G=48.31%
B=27.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114660.5100.420.55130.3434.1233.33
Hex3872423302A37822221
Octal7016210263052672024241
Binary11100011100101000010110011010101011011110000010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387242; }

 p { color: rgb(56,114,66); }

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

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

 a { background-color: rgb(56,114,66); }

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

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

 span { border-color: rgb(56,114,66); }

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