Html Css Color HEX #386947 Hunter Green

📋 copy color: '#386947'

red 56 ◦ green 105 ◦ blue 71

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

Shades of Hunter Green #386947

Tints of Hunter Green #386947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

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

R = 24.14%
G = 45.26%
B = 30.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#386947 (or 0x386947) is known color: Hunter Green. HEX triplet: 38, 69 and 47. RGB value is (56,105,71). Sum of RGB (Red+Green+Blue) = 56+105+71=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #386947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386947 is #C796B8. Grayscale: #565656. Windows color (decimal): -13080249 or 4679992. OLE color: 4679992.

HSL color Cylindrical-coordinate representation of color #386947: hue angle of 138.37º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386947 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 71 -
CMYK 0.47 0 0.32 0.59
HSL 138.37º 0.3% 0.32% -
HSV(B) 138.37º 0.47% 0.41% -
XYZ 7.82 11.4 7.75 -
YUV 86.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 56 105 71 0.47 0 0.32 0.59 138.37 0.3 0.32
Hex 38 69 47 2F 0 20 3B 8A 1E 20
Octal 70 151 107 57 0 40 73 212 36 40
Binary 111000 1101001 1000111 101111 0 100000 111011 10001010 11110 100000

Color Harmonies of #386947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386947

Black with #386947

Text Example


Text Example

White with #386947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386947; }

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

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

background-color css

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

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

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

border-color css

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

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

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