Html Css Color HEX #386244 Hunter Green

📋 copy color: '#386244'

red 56 ◦ green 98 ◦ blue 68

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

Shades of Hunter Green #386244

Tints of Hunter Green #386244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 25.23%
G = 44.14%
B = 30.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#386244 (or 0x386244) is known color: Hunter Green. HEX triplet: 38, 62 and 44. RGB value is (56,98,68). Sum of RGB (Red+Green+Blue) = 56+98+68=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #386244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386244 is #C79DBB. Grayscale: #525252. Windows color (decimal): -13082044 or 4481592. OLE color: 4481592.

HSL color Cylindrical-coordinate representation of color #386244: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386244 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 68 -
CMYK 0.43 0 0.31 0.62
HSL 137.14º 0.27% 0.3% -
HSV(B) 137.14º 0.43% 0.38% -
XYZ 7.04 9.99 7.03 -
YUV 82.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 56 98 68 0.43 0 0.31 0.62 137.14 0.27 0.3
Hex 38 62 44 2B 0 1F 3E 89 1B 1E
Octal 70 142 104 53 0 37 76 211 33 36
Binary 111000 1100010 1000100 101011 0 11111 111110 10001001 11011 11110

Color Harmonies of #386244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386244

Black with #386244

Text Example


Text Example

White with #386244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386244; }

 p { color: rgb(56,98,68); }

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

background-color css

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

 a { background-color: rgb(56,98,68); }

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

border-color css

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

 span { border-color: rgb(56,98,68); }

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