Html Css Color HEX #386B42 Hunter Green

📋 copy color: '#386B42'

red 56 ◦ green 107 ◦ blue 66

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

Shades of Hunter Green #386B42

Tints of Hunter Green #386B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.72%

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

R = 24.45%
G = 46.72%
B = 28.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#386B42 (or 0x386B42) is known color: Hunter Green. HEX triplet: 38, 6B and 42. RGB value is (56,107,66). Sum of RGB (Red+Green+Blue) = 56+107+66=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #386B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B42 is #C794BD. Grayscale: #575757. Windows color (decimal): -13079742 or 4352824. OLE color: 4352824.

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

Color convert

RGB 56 107 66 -
CMYK 0.48 0 0.38 0.58
HSL 131.76º 0.31% 0.32% -
HSV(B) 131.76º 0.48% 0.42% -
XYZ 7.87 11.75 7.01 -
YUV 87.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 56 107 66 0.48 0 0.38 0.58 131.76 0.31 0.32
Hex 38 6B 42 30 0 26 3A 84 1F 20
Octal 70 153 102 60 0 46 72 204 37 40
Binary 111000 1101011 1000010 110000 0 100110 111010 10000100 11111 100000

Color Harmonies of #386B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B42

Black with #386B42

Text Example


Text Example

White with #386B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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