Html Css Color HEX #31994F Chateau Green

📋 copy color: '#31994F'

red 49 ◦ green 153 ◦ blue 79

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

Shades of Chateau Green #31994F

Tints of Chateau Green #31994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.45%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 17.44%
G = 54.45%
B = 28.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#31994F (or 0x31994F) is known color: Chateau Green. HEX triplet: 31, 99 and 4F. RGB value is (49,153,79). Sum of RGB (Red+Green+Blue) = 49+153+79=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #31994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31994F is #CE66B0. Grayscale: #717171. Windows color (decimal): -13526705 or 5216561. OLE color: 5216561.

HSL color Cylindrical-coordinate representation of color #31994F: hue angle of 137.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31994F is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 79 -
CMYK 0.68 0 0.48 0.4
HSL 137.31º 0.51% 0.4% -
HSV(B) 137.31º 0.68% 0.6% -
XYZ 14.07 24 11.29 -
YUV 113.47 108.54 82.02 -
System Red Green Blue C M Y K H S L
Decimal 49 153 79 0.68 0 0.48 0.4 137.31 0.51 0.4
Hex 31 99 4F 44 0 30 28 89 33 28
Octal 61 231 117 104 0 60 50 211 63 50
Binary 110001 10011001 1001111 1000100 0 110000 101000 10001001 110011 101000

Color Harmonies of #31994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31994F

Black with #31994F

Text Example


Text Example

White with #31994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31994F; }

 p { color: rgb(49,153,79); }

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

background-color css

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

 a { background-color: rgb(49,153,79); }

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

border-color css

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

 span { border-color: rgb(49,153,79); }

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