Html Css Color HEX #386342 Hunter Green

📋 copy color: '#386342'

red 56 ◦ green 99 ◦ blue 66

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

Shades of Hunter Green #386342

Tints of Hunter Green #386342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 25.34%
G = 44.8%
B = 29.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#386342 (or 0x386342) is known color: Hunter Green. HEX triplet: 38, 63 and 42. RGB value is (56,99,66). Sum of RGB (Red+Green+Blue) = 56+99+66=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #386342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386342 is #C79CBD. Grayscale: #525252. Windows color (decimal): -13081790 or 4350776. OLE color: 4350776.

HSL color Cylindrical-coordinate representation of color #386342: hue angle of 133.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386342 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 66 -
CMYK 0.43 0 0.33 0.61
HSL 133.95º 0.28% 0.3% -
HSV(B) 133.95º 0.43% 0.39% -
XYZ 7.08 10.16 6.74 -
YUV 82.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 56 99 66 0.43 0 0.33 0.61 133.95 0.28 0.3
Hex 38 63 42 2B 0 21 3D 86 1C 1E
Octal 70 143 102 53 0 41 75 206 34 36
Binary 111000 1100011 1000010 101011 0 100001 111101 10000110 11100 11110

Color Harmonies of #386342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386342

Black with #386342

Text Example


Text Example

White with #386342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386342; }

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

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

background-color css

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

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

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

border-color css

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

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

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