#384E3A

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

Shades of Hunter Green #384E3A

Tints of Hunter Green #384E3A

Color information

#384E3A (or 0x384E3A) is unknown color: approx Hunter Green. HEX triplet: 38, 4E and 3A. RGB value is (56,78,58). Sum of RGB (Red+Green+Blue) = 56+78+58=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 78 - color contains mainly: green. Hex color #384E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E3A is #C7B1C5. Grayscale: #454545. Windows color (decimal): -13087174 or 3821112. OLE color: 3821112.

HSL color Cylindrical-coordinate representation of color #384E3A: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E3A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB567858-
CMYK0.2800.260.69
HSL125.45º16.42%26.27%-
HSV(B)125.45º28.21%30.59%-
XYZ5.126.65.01-
YUV69.14121.71118.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=29.17%
G=40.62%
B=30.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678580.2800.260.69125.4516.4226.27
Hex384E3A1C01A457d101a
Octal7011672340321051752032
Binary111000100111011101011100011010100010111111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384E3A; }

 p { color: rgb(56,78,58); }

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

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

 a { background-color: rgb(56,78,58); }

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

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

 span { border-color: rgb(56,78,58); }

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