Html Css Color HEX #31B448 Chateau Green

📋 copy color: '#31B448'

red 49 ◦ green 180 ◦ blue 72

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

Shades of Chateau Green #31B448

Tints of Chateau Green #31B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 16.28%
G = 59.8%
B = 23.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#31B448 (or 0x31B448) is known color: Chateau Green. HEX triplet: 31, B4 and 48. RGB value is (49,180,72). Sum of RGB (Red+Green+Blue) = 49+180+72=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #31B448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B448 is #CE4BB7. Grayscale: #808080. Windows color (decimal): -13519800 or 4764721. OLE color: 4764721.

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

Color convert

RGB 49 180 72 -
CMYK 0.73 0 0.60 0.29
HSL 130.53º 0.57% 0.45% -
HSV(B) 130.53º 0.73% 0.71% -
XYZ 18.76 33.76 11.66 -
YUV 128.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 49 180 72 0.73 0 0.60 0.29 130.53 0.57 0.45
Hex 31 B4 48 49 0 3C 1D 83 39 2D
Octal 61 264 110 111 0 74 35 203 71 55
Binary 110001 10110100 1001000 1001001 0 111100 11101 10000011 111001 101101

Color Harmonies of #31B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B448

Black with #31B448

Text Example


Text Example

White with #31B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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