Html Css Color HEX #396748 Hunter Green

📋 copy color: '#396748'

red 57 ◦ green 103 ◦ blue 72

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

Shades of Hunter Green #396748

Tints of Hunter Green #396748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.4%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 24.57%
G = 44.4%
B = 31.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#396748 (or 0x396748) is known color: Hunter Green. HEX triplet: 39, 67 and 48. RGB value is (57,103,72). Sum of RGB (Red+Green+Blue) = 57+103+72=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #396748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396748 is #C698B7. Grayscale: #555555. Windows color (decimal): -13015224 or 4745017. OLE color: 4745017.

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

Color convert

RGB 57 103 72 -
CMYK 0.45 0 0.30 0.60
HSL 139.57º 0.29% 0.31% -
HSV(B) 139.57º 0.45% 0.4% -
XYZ 7.71 11.04 7.86 -
YUV 85.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 57 103 72 0.45 0 0.30 0.60 139.57 0.29 0.31
Hex 39 67 48 2D 0 1E 3C 8C 1D 1F
Octal 71 147 110 55 0 36 74 214 35 37
Binary 111001 1100111 1001000 101101 0 11110 111100 10001100 11101 11111

Color Harmonies of #396748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396748

Black with #396748

Text Example


Text Example

White with #396748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396748; }

 p { color: rgb(57,103,72); }

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

background-color css

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

 a { background-color: rgb(57,103,72); }

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

border-color css

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

 span { border-color: rgb(57,103,72); }

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