Html Css Color HEX #316834 San Felix

📋 copy color: '#316834'

red 49 ◦ green 104 ◦ blue 52

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

Shades of San Felix #316834

Tints of San Felix #316834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 23.9%
G = 50.73%
B = 25.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#316834 (or 0x316834) is known color: San Felix. HEX triplet: 31, 68 and 34. RGB value is (49,104,52). Sum of RGB (Red+Green+Blue) = 49+104+52=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #316834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316834 is #CE97CB. Grayscale: #515151. Windows color (decimal): -13539276 or 3434545. OLE color: 3434545.

HSL color Cylindrical-coordinate representation of color #316834: hue angle of 123.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316834 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 52 -
CMYK 0.53 0 0.50 0.59
HSL 123.27º 0.36% 0.3% -
HSV(B) 123.27º 0.53% 0.41% -
XYZ 6.84 10.8 4.97 -
YUV 81.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 49 104 52 0.53 0 0.50 0.59 123.27 0.36 0.3
Hex 31 68 34 35 0 32 3B 7B 24 1E
Octal 61 150 64 65 0 62 73 173 44 36
Binary 110001 1101000 110100 110101 0 110010 111011 1111011 100100 11110

Color Harmonies of #316834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316834

Black with #316834

Text Example


Text Example

White with #316834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316834; }

 p { color: rgb(49,104,52); }

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

background-color css

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

 a { background-color: rgb(49,104,52); }

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

border-color css

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

 span { border-color: rgb(49,104,52); }

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