Html Css Color HEX #319948 Chateau Green

📋 copy color: '#319948'

red 49 ◦ green 153 ◦ blue 72

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

Shades of Chateau Green #319948

Tints of Chateau Green #319948

RGB

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

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

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

R = 17.88%
G = 55.84%
B = 26.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#319948 (or 0x319948) is known color: Chateau Green. HEX triplet: 31, 99 and 48. RGB value is (49,153,72). Sum of RGB (Red+Green+Blue) = 49+153+72=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #319948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319948 is #CE66B7. Grayscale: #707070. Windows color (decimal): -13526712 or 4757809. OLE color: 4757809.

HSL color Cylindrical-coordinate representation of color #319948: hue angle of 133.27º 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 #319948 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 72 -
CMYK 0.68 0 0.53 0.4
HSL 133.27º 0.51% 0.4% -
HSV(B) 133.27º 0.68% 0.6% -
XYZ 13.83 23.9 10.02 -
YUV 112.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 49 153 72 0.68 0 0.53 0.4 133.27 0.51 0.4
Hex 31 99 48 44 0 35 28 85 33 28
Octal 61 231 110 104 0 65 50 205 63 50
Binary 110001 10011001 1001000 1000100 0 110101 101000 10000101 110011 101000

Color Harmonies of #319948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319948

Black with #319948

Text Example


Text Example

White with #319948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319948; }

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

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

background-color css

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

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

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

border-color css

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

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

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