Html Css Color HEX #31AD4C Chateau Green

📋 copy color: '#31AD4C'

red 49 ◦ green 173 ◦ blue 76

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

Shades of Chateau Green #31AD4C

Tints of Chateau Green #31AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.05%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 16.44%
G = 58.05%
B = 25.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#31AD4C (or 0x31AD4C) is known color: Chateau Green. HEX triplet: 31, AD and 4C. RGB value is (49,173,76). Sum of RGB (Red+Green+Blue) = 49+173+76=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD4C is #CE52B3. Grayscale: #7D7D7D. Windows color (decimal): -13521588 or 5025073. OLE color: 5025073.

HSL color Cylindrical-coordinate representation of color #31AD4C: hue angle of 133.06º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD4C is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 76 -
CMYK 0.72 0 0.56 0.32
HSL 133.06º 0.56% 0.44% -
HSV(B) 133.06º 0.72% 0.68% -
XYZ 17.51 31.06 11.91 -
YUV 124.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 49 173 76 0.72 0 0.56 0.32 133.06 0.56 0.44
Hex 31 AD 4C 48 0 38 20 85 38 2C
Octal 61 255 114 110 0 70 40 205 70 54
Binary 110001 10101101 1001100 1001000 0 111000 100000 10000101 111000 101100

Color Harmonies of #31AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD4C

Black with #31AD4C

Text Example


Text Example

White with #31AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,76); }

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

background-color css

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

 a { background-color: rgb(49,173,76); }

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

border-color css

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

 span { border-color: rgb(49,173,76); }

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