Html Css Color HEX #386343 Hunter Green

📋 copy color: '#386343'

red 56 ◦ green 99 ◦ blue 67

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

Shades of Hunter Green #386343

Tints of Hunter Green #386343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 25.23%
G = 44.59%
B = 30.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#386343 (or 0x386343) is known color: Hunter Green. HEX triplet: 38, 63 and 43. RGB value is (56,99,67). Sum of RGB (Red+Green+Blue) = 56+99+67=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #386343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386343 is #C79CBC. Grayscale: #525252. Windows color (decimal): -13081789 or 4416312. OLE color: 4416312.

HSL color Cylindrical-coordinate representation of color #386343: hue angle of 135.35º 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 #386343 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 67 -
CMYK 0.43 0 0.32 0.61
HSL 135.35º 0.28% 0.3% -
HSV(B) 135.35º 0.43% 0.39% -
XYZ 7.11 10.17 6.9 -
YUV 82.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 56 99 67 0.43 0 0.32 0.61 135.35 0.28 0.3
Hex 38 63 43 2B 0 20 3D 87 1C 1E
Octal 70 143 103 53 0 40 75 207 34 36
Binary 111000 1100011 1000011 101011 0 100000 111101 10000111 11100 11110

Color Harmonies of #386343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386343

Black with #386343

Text Example


Text Example

White with #386343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386343; }

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

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

background-color css

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

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

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

border-color css

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

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

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