Html Css Color HEX #31994B Chateau Green

📋 copy color: '#31994B'

red 49 ◦ green 153 ◦ blue 75

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

Shades of Chateau Green #31994B

Tints of Chateau Green #31994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 17.69%
G = 55.23%
B = 27.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#31994B (or 0x31994B) is known color: Chateau Green. HEX triplet: 31, 99 and 4B. RGB value is (49,153,75). Sum of RGB (Red+Green+Blue) = 49+153+75=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #31994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31994B is #CE66B4. Grayscale: #717171. Windows color (decimal): -13526709 or 4954417. OLE color: 4954417.

HSL color Cylindrical-coordinate representation of color #31994B: hue angle of 135º 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 #31994B is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 75 -
CMYK 0.68 0 0.51 0.4
HSL 135º 0.51% 0.4% -
HSV(B) 135º 0.68% 0.6% -
XYZ 13.93 23.94 10.54 -
YUV 113.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 49 153 75 0.68 0 0.51 0.4 135 0.51 0.4
Hex 31 99 4B 44 0 33 28 87 33 28
Octal 61 231 113 104 0 63 50 207 63 50
Binary 110001 10011001 1001011 1000100 0 110011 101000 10000111 110011 101000

Color Harmonies of #31994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31994B

Black with #31994B

Text Example


Text Example

White with #31994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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