Html Css Color HEX #396538 Hunter Green

📋 copy color: '#396538'

red 57 ◦ green 101 ◦ blue 56

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

Shades of Hunter Green #396538

Tints of Hunter Green #396538

RGB

 RED value IS 57 (22.66% from 255) = 26.64%

 GREEN value IS 101 (39.84% from 255) = 47.2%

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 26.64%
G = 47.2%
B = 26.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#396538 (or 0x396538) is known color: Hunter Green. HEX triplet: 39, 65 and 38. RGB value is (57,101,56). Sum of RGB (Red+Green+Blue) = 57+101+56=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #396538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396538 is #C69AC7. Grayscale: #525252. Windows color (decimal): -13015752 or 3695929. OLE color: 3695929.

HSL color Cylindrical-coordinate representation of color #396538: hue angle of 118.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396538 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 56 -
CMYK 0.44 0 0.45 0.60
HSL 118.67º 0.29% 0.31% -
HSV(B) 118.67º 0.45% 0.4% -
XYZ 7.05 10.46 5.39 -
YUV 82.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 57 101 56 0.44 0 0.45 0.60 118.67 0.29 0.31
Hex 39 65 38 2C 0 2D 3C 77 1D 1F
Octal 71 145 70 54 0 55 74 167 35 37
Binary 111001 1100101 111000 101100 0 101101 111100 1110111 11101 11111

Color Harmonies of #396538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396538

Black with #396538

Text Example


Text Example

White with #396538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396538; }

 p { color: rgb(57,101,56); }

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

background-color css

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

 a { background-color: rgb(57,101,56); }

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

border-color css

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

 span { border-color: rgb(57,101,56); }

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