Html Css Color HEX #31672E San Felix

📋 copy color: '#31672E'

red 49 ◦ green 103 ◦ blue 46

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

Shades of San Felix #31672E

Tints of San Felix #31672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 24.75%
G = 52.02%
B = 23.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#31672E (or 0x31672E) is known color: San Felix. HEX triplet: 31, 67 and 2E. RGB value is (49,103,46). Sum of RGB (Red+Green+Blue) = 49+103+46=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #31672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31672E is #CE98D1. Grayscale: #505050. Windows color (decimal): -13539538 or 3041073. OLE color: 3041073.

HSL color Cylindrical-coordinate representation of color #31672E: hue angle of 116.84º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31672E is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 46 -
CMYK 0.52 0 0.55 0.60
HSL 116.84º 0.38% 0.29% -
HSV(B) 116.84º 0.55% 0.4% -
XYZ 6.61 10.55 4.27 -
YUV 80.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 49 103 46 0.52 0 0.55 0.60 116.84 0.38 0.29
Hex 31 67 2E 34 0 37 3C 75 26 1D
Octal 61 147 56 64 0 67 74 165 46 35
Binary 110001 1100111 101110 110100 0 110111 111100 1110101 100110 11101

Color Harmonies of #31672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31672E

Black with #31672E

Text Example


Text Example

White with #31672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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