Html Css Color HEX #31AC4A Chateau Green

📋 copy color: '#31AC4A'

red 49 ◦ green 172 ◦ blue 74

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

Shades of Chateau Green #31AC4A

Tints of Chateau Green #31AC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.31%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 16.61%
G = 58.31%
B = 25.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#31AC4A (or 0x31AC4A) is known color: Chateau Green. HEX triplet: 31, AC and 4A. RGB value is (49,172,74). Sum of RGB (Red+Green+Blue) = 49+172+74=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC4A is #CE53B5. Grayscale: #7C7C7C. Windows color (decimal): -13521846 or 4893745. OLE color: 4893745.

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

Color convert

RGB 49 172 74 -
CMYK 0.72 0 0.57 0.33
HSL 132.2º 0.56% 0.43% -
HSV(B) 132.2º 0.72% 0.67% -
XYZ 17.26 30.65 11.49 -
YUV 124.05 99.75 74.47 -
System Red Green Blue C M Y K H S L
Decimal 49 172 74 0.72 0 0.57 0.33 132.2 0.56 0.43
Hex 31 AC 4A 48 0 39 21 84 38 2B
Octal 61 254 112 110 0 71 41 204 70 53
Binary 110001 10101100 1001010 1001000 0 111001 100001 10000100 111000 101011

Color Harmonies of #31AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC4A

Black with #31AC4A

Text Example


Text Example

White with #31AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,172,74); }

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

background-color css

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

 a { background-color: rgb(49,172,74); }

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

border-color css

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

 span { border-color: rgb(49,172,74); }

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