Html Css Color HEX #31B446 Chateau Green

📋 copy color: '#31B446'

red 49 ◦ green 180 ◦ blue 70

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

Shades of Chateau Green #31B446

Tints of Chateau Green #31B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.2%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 16.39%
G = 60.2%
B = 23.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#31B446 (or 0x31B446) is known color: Chateau Green. HEX triplet: 31, B4 and 46. RGB value is (49,180,70). Sum of RGB (Red+Green+Blue) = 49+180+70=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #31B446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B446 is #CE4BB9. Grayscale: #808080. Windows color (decimal): -13519802 or 4633649. OLE color: 4633649.

HSL color Cylindrical-coordinate representation of color #31B446: hue angle of 129.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B446 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 70 -
CMYK 0.73 0 0.61 0.29
HSL 129.62º 0.57% 0.45% -
HSV(B) 129.62º 0.73% 0.71% -
XYZ 18.69 33.74 11.32 -
YUV 128.29 95.1 71.44 -
System Red Green Blue C M Y K H S L
Decimal 49 180 70 0.73 0 0.61 0.29 129.62 0.57 0.45
Hex 31 B4 46 49 0 3D 1D 82 39 2D
Octal 61 264 106 111 0 75 35 202 71 55
Binary 110001 10110100 1000110 1001001 0 111101 11101 10000010 111001 101101

Color Harmonies of #31B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B446

Black with #31B446

Text Example


Text Example

White with #31B446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,180,70); }

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

background-color css

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

 a { background-color: rgb(49,180,70); }

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

border-color css

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

 span { border-color: rgb(49,180,70); }

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