Html Css Color HEX #386F42 Hunter Green

📋 copy color: '#386F42'

red 56 ◦ green 111 ◦ blue 66

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

Shades of Hunter Green #386F42

Tints of Hunter Green #386F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.64%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 24.03%
G = 47.64%
B = 28.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#386F42 (or 0x386F42) is known color: Hunter Green. HEX triplet: 38, 6F and 42. RGB value is (56,111,66). Sum of RGB (Red+Green+Blue) = 56+111+66=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #386F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F42 is #C790BD. Grayscale: #595959. Windows color (decimal): -13078718 or 4353848. OLE color: 4353848.

HSL color Cylindrical-coordinate representation of color #386F42: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F42 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 66 -
CMYK 0.50 0 0.41 0.56
HSL 130.91º 0.33% 0.33% -
HSV(B) 130.91º 0.5% 0.44% -
XYZ 8.3 12.6 7.15 -
YUV 89.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 56 111 66 0.50 0 0.41 0.56 130.91 0.33 0.33
Hex 38 6F 42 32 0 29 38 83 21 21
Octal 70 157 102 62 0 51 70 203 41 41
Binary 111000 1101111 1000010 110010 0 101001 111000 10000011 100001 100001

Color Harmonies of #386F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F42

Black with #386F42

Text Example


Text Example

White with #386F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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