Html Css Color HEX #316738 Hunter Green

📋 copy color: '#316738'

red 49 ◦ green 103 ◦ blue 56

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

Shades of Hunter Green #316738

Tints of Hunter Green #316738

RGB

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

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

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

R = 23.56%
G = 49.52%
B = 26.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#316738 (or 0x316738) is known color: Hunter Green. HEX triplet: 31, 67 and 38. RGB value is (49,103,56). Sum of RGB (Red+Green+Blue) = 49+103+56=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #316738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316738 is #CE98C7. Grayscale: #515151. Windows color (decimal): -13539528 or 3696433. OLE color: 3696433.

HSL color Cylindrical-coordinate representation of color #316738: hue angle of 127.78º degrees, saturation: 0.36, 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 #316738 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 56 -
CMYK 0.52 0 0.46 0.60
HSL 127.78º 0.36% 0.3% -
HSV(B) 127.78º 0.52% 0.4% -
XYZ 6.83 10.64 5.43 -
YUV 81.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 49 103 56 0.52 0 0.46 0.60 127.78 0.36 0.3
Hex 31 67 38 34 0 2E 3C 80 24 1E
Octal 61 147 70 64 0 56 74 200 44 36
Binary 110001 1100111 111000 110100 0 101110 111100 10000000 100100 11110

Color Harmonies of #316738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316738

Black with #316738

Text Example


Text Example

White with #316738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316738; }

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

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

background-color css

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

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

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

border-color css

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

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

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