Html Css Color HEX #316638 Hunter Green

📋 copy color: '#316638'

red 49 ◦ green 102 ◦ blue 56

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

Shades of Hunter Green #316638

Tints of Hunter Green #316638

RGB

 RED value IS 49 (19.53% from 255) = 23.67%

 GREEN value IS 102 (40.23% from 255) = 49.28%

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

R = 23.67%
G = 49.28%
B = 27.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#316638 (or 0x316638) is known color: Hunter Green. HEX triplet: 31, 66 and 38. RGB value is (49,102,56). Sum of RGB (Red+Green+Blue) = 49+102+56=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #316638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316638 is #CE99C7. Grayscale: #515151. Windows color (decimal): -13539784 or 3696177. OLE color: 3696177.

HSL color Cylindrical-coordinate representation of color #316638: hue angle of 127.92º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316638 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 56 -
CMYK 0.52 0 0.45 0.6
HSL 127.92º 0.35% 0.3% -
HSV(B) 127.92º 0.52% 0.4% -
XYZ 6.73 10.44 5.4 -
YUV 80.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 49 102 56 0.52 0 0.45 0.6 127.92 0.35 0.3
Hex 31 66 38 34 0 2D 3C 80 23 1E
Octal 61 146 70 64 0 55 74 200 43 36
Binary 110001 1100110 111000 110100 0 101101 111100 10000000 100011 11110

Color Harmonies of #316638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316638

Black with #316638

Text Example


Text Example

White with #316638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316638; }

 p { color: rgb(49,102,56); }

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

background-color css

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

 a { background-color: rgb(49,102,56); }

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

border-color css

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

 span { border-color: rgb(49,102,56); }

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