Html Css Color HEX #31AA44 Chateau Green

📋 copy color: '#31AA44'

red 49 ◦ green 170 ◦ blue 68

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

Shades of Chateau Green #31AA44

Tints of Chateau Green #31AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.23%

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 17.07%
G = 59.23%
B = 23.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#31AA44 (or 0x31AA44) is known color: Chateau Green. HEX triplet: 31, AA and 44. RGB value is (49,170,68). Sum of RGB (Red+Green+Blue) = 49+170+68=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA44 is #CE55BB. Grayscale: #7A7A7A. Windows color (decimal): -13522364 or 4500017. OLE color: 4500017.

HSL color Cylindrical-coordinate representation of color #31AA44: hue angle of 129.42º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA44 is Cyan = 0.71, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 170 68 -
CMYK 0.71 0 0.6 0.33
HSL 129.42º 0.55% 0.43% -
HSV(B) 129.42º 0.71% 0.67% -
XYZ 16.68 29.82 10.35 -
YUV 122.19 97.41 75.79 -
System Red Green Blue C M Y K H S L
Decimal 49 170 68 0.71 0 0.6 0.33 129.42 0.55 0.43
Hex 31 AA 44 47 0 3C 21 81 37 2B
Octal 61 252 104 107 0 74 41 201 67 53
Binary 110001 10101010 1000100 1000111 0 111100 100001 10000001 110111 101011

Color Harmonies of #31AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA44

Black with #31AA44

Text Example


Text Example

White with #31AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AA44; }

 p { color: rgb(49,170,68); }

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

background-color css

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

 a { background-color: rgb(49,170,68); }

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

border-color css

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

 span { border-color: rgb(49,170,68); }

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