Html Css Color HEX #386345 Hunter Green

📋 copy color: '#386345'

red 56 ◦ green 99 ◦ blue 69

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

Shades of Hunter Green #386345

Tints of Hunter Green #386345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 25%
G = 44.2%
B = 30.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#386345 (or 0x386345) is known color: Hunter Green. HEX triplet: 38, 63 and 45. RGB value is (56,99,69). Sum of RGB (Red+Green+Blue) = 56+99+69=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #386345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386345 is #C79CBA. Grayscale: #525252. Windows color (decimal): -13081787 or 4547384. OLE color: 4547384.

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

Color convert

RGB 56 99 69 -
CMYK 0.43 0 0.30 0.61
HSL 138.14º 0.28% 0.3% -
HSV(B) 138.14º 0.43% 0.39% -
XYZ 7.17 10.19 7.22 -
YUV 82.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 56 99 69 0.43 0 0.30 0.61 138.14 0.28 0.3
Hex 38 63 45 2B 0 1E 3D 8A 1C 1E
Octal 70 143 105 53 0 36 75 212 34 36
Binary 111000 1100011 1000101 101011 0 11110 111101 10001010 11100 11110

Color Harmonies of #386345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386345

Black with #386345

Text Example


Text Example

White with #386345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386345; }

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

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

background-color css

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

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

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

border-color css

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

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

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