Html Css Color HEX #31B450 Chateau Green

📋 copy color: '#31B450'

red 49 ◦ green 180 ◦ blue 80

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

Shades of Chateau Green #31B450

Tints of Chateau Green #31B450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 15.86%
G = 58.25%
B = 25.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#31B450 (or 0x31B450) is known color: Chateau Green. HEX triplet: 31, B4 and 50. RGB value is (49,180,80). Sum of RGB (Red+Green+Blue) = 49+180+80=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #31B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B450 is #CE4BAF. Grayscale: #818181. Windows color (decimal): -13519792 or 5289009. OLE color: 5289009.

HSL color Cylindrical-coordinate representation of color #31B450: hue angle of 134.2º 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 #31B450 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 80 -
CMYK 0.73 0 0.56 0.29
HSL 134.2º 0.57% 0.45% -
HSV(B) 134.2º 0.73% 0.71% -
XYZ 19.04 33.87 13.12 -
YUV 129.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 49 180 80 0.73 0 0.56 0.29 134.2 0.57 0.45
Hex 31 B4 50 49 0 38 1D 86 39 2D
Octal 61 264 120 111 0 70 35 206 71 55
Binary 110001 10110100 1010000 1001001 0 111000 11101 10000110 111001 101101

Color Harmonies of #31B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B450

Black with #31B450

Text Example


Text Example

White with #31B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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