#31AD52

Color #31AD52 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #31AD52

Tints of Chateau Green #31AD52

Color information

#31AD52 (or 0x31AD52) is unknown color: approx Chateau Green. HEX triplet: 31, AD and 52. RGB value is (49,173,82). Sum of RGB (Red+Green+Blue) = 49+173+82=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD52 is #CE52AD. Grayscale: #7D7D7D. Windows color (decimal): -13521582 or 5418289. OLE color: 5418289.

HSL color Cylindrical-coordinate representation of color #31AD52: hue angle of 135.97º 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 #31AD52 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB4917382-
CMYK0.7200.530.32
HSL135.97º55.86%43.53%-
HSV(B)135.97º71.68%67.84%-
XYZ17.7331.1513.06-
YUV125.55103.4273.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=16.12%
G=56.91%
B=26.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49173820.7200.530.32135.9755.8643.53
Hex31AD52480352088382c
Octal61255122110065402107054
Binary1100011010110110100101001000011010110000010001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31AD52;
 }
 .AnyTagClassName
 {
   color: #31AD52;
 }
</style>
background-color css

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

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

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

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

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

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