Html Css Color HEX #319950 Chateau Green

📋 copy color: '#319950'

red 49 ◦ green 153 ◦ blue 80

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

Shades of Chateau Green #319950

Tints of Chateau Green #319950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 17.38%
G = 54.26%
B = 28.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#319950 (or 0x319950) is known color: Chateau Green. HEX triplet: 31, 99 and 50. RGB value is (49,153,80). Sum of RGB (Red+Green+Blue) = 49+153+80=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #319950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319950 is #CE66AF. Grayscale: #717171. Windows color (decimal): -13526704 or 5282097. OLE color: 5282097.

HSL color Cylindrical-coordinate representation of color #319950: hue angle of 137.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319950 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 80 -
CMYK 0.68 0 0.48 0.4
HSL 137.88º 0.51% 0.4% -
HSV(B) 137.88º 0.68% 0.6% -
XYZ 14.11 24.01 11.48 -
YUV 113.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 49 153 80 0.68 0 0.48 0.4 137.88 0.51 0.4
Hex 31 99 50 44 0 30 28 8A 33 28
Octal 61 231 120 104 0 60 50 212 63 50
Binary 110001 10011001 1010000 1000100 0 110000 101000 10001010 110011 101000

Color Harmonies of #319950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319950

Black with #319950

Text Example


Text Example

White with #319950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319950; }

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

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

background-color css

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

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

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

border-color css

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

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

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