Html Css Color HEX #31953F Chateau Green

📋 copy color: '#31953F'

red 49 ◦ green 149 ◦ blue 63

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

Shades of Chateau Green #31953F

Tints of Chateau Green #31953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

 BLUE value IS 63 (25% from 255) = 24.14%

R = 18.77%
G = 57.09%
B = 24.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#31953F (or 0x31953F) is known color: Chateau Green. HEX triplet: 31, 95 and 3F. RGB value is (49,149,63). Sum of RGB (Red+Green+Blue) = 49+149+63=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #31953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31953F is #CE6AC0. Grayscale: #6D6D6D. Windows color (decimal): -13527745 or 4166961. OLE color: 4166961.

HSL color Cylindrical-coordinate representation of color #31953F: hue angle of 128.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31953F is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 63 -
CMYK 0.67 0 0.58 0.42
HSL 128.4º 0.51% 0.39% -
HSV(B) 128.4º 0.67% 0.58% -
XYZ 12.91 22.51 8.37 -
YUV 109.3 101.87 84.99 -
System Red Green Blue C M Y K H S L
Decimal 49 149 63 0.67 0 0.58 0.42 128.4 0.51 0.39
Hex 31 95 3F 43 0 3A 2A 80 33 27
Octal 61 225 77 103 0 72 52 200 63 47
Binary 110001 10010101 111111 1000011 0 111010 101010 10000000 110011 100111

Color Harmonies of #31953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31953F

Black with #31953F

Text Example


Text Example

White with #31953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31953F; }

 p { color: rgb(49,149,63); }

 H1.HeaderClassName
 {
   color: #31953F;
 }
 .AnyTagClassName
 {
   color: #31953F;
 }
</style>

background-color css

<style>
 a { background-color: #31953F; }

 a { background-color: rgb(49,149,63); }

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

border-color css

<style>
 span { border-color: #31953F; }

 span { border-color: rgb(49,149,63); }

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