Html Css Color HEX #386A47 Hunter Green

📋 copy color: '#386A47'

red 56 ◦ green 106 ◦ blue 71

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

Shades of Hunter Green #386A47

Tints of Hunter Green #386A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.49%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 24.03%
G = 45.49%
B = 30.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#386A47 (or 0x386A47) is known color: Hunter Green. HEX triplet: 38, 6A and 47. RGB value is (56,106,71). Sum of RGB (Red+Green+Blue) = 56+106+71=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #386A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A47 is #C795B8. Grayscale: #575757. Windows color (decimal): -13079993 or 4680248. OLE color: 4680248.

HSL color Cylindrical-coordinate representation of color #386A47: hue angle of 138º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A47 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 71 -
CMYK 0.47 0 0.33 0.58
HSL 138º 0.31% 0.32% -
HSV(B) 138º 0.47% 0.42% -
XYZ 7.92 11.6 7.78 -
YUV 87.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 56 106 71 0.47 0 0.33 0.58 138 0.31 0.32
Hex 38 6A 47 2F 0 21 3A 8A 1F 20
Octal 70 152 107 57 0 41 72 212 37 40
Binary 111000 1101010 1000111 101111 0 100001 111010 10001010 11111 100000

Color Harmonies of #386A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A47

Black with #386A47

Text Example


Text Example

White with #386A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A47; }

 p { color: rgb(56,106,71); }

 H1.HeaderClassName
 {
   color: #386A47;
 }
 .AnyTagClassName
 {
   color: #386A47;
 }
</style>

background-color css

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

 a { background-color: rgb(56,106,71); }

 div.DivClassName
 {
   background-color: #386A47;
 }
 .BgClassName
 {
   background-color: #386A47;
 }
</style>

border-color css

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

 span { border-color: rgb(56,106,71); }

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