Html Css Color HEX #384E3A Hunter Green

📋 copy color: '#384E3A'

red 56 ◦ green 78 ◦ blue 58

#384E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #384E3A

Tints of Hunter Green #384E3A

RGB

 RED value IS 56 (22.27% from 255) = 29.17%

 GREEN value IS 78 (30.86% from 255) = 40.63%

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 29.17%
G = 40.63%
B = 30.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#384E3A (or 0x384E3A) is known color: 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

RGB 56 78 58 -
CMYK 0.28 0 0.26 0.69
HSL 125.45º 0.16% 0.26% -
HSV(B) 125.45º 0.28% 0.31% -
XYZ 5.12 6.6 5.01 -
YUV 69.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 56 78 58 0.28 0 0.26 0.69 125.45 0.16 0.26
Hex 38 4E 3A 1C 0 1A 45 7D 10 1A
Octal 70 116 72 34 0 32 105 175 20 32
Binary 111000 1001110 111010 11100 0 11010 1000101 1111101 10000 11010

Color Harmonies of #384E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E3A

Black with #384E3A

Text Example


Text Example

White with #384E3A

Text Example


Text Example

HTML Codes & Css Web 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>