Html Css Color HEX #319F49 Chateau Green

📋 copy color: '#319F49'

red 49 ◦ green 159 ◦ blue 73

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

Shades of Chateau Green #319F49

Tints of Chateau Green #319F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.58%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 17.44%
G = 56.58%
B = 25.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#319F49 (or 0x319F49) is known color: Chateau Green. HEX triplet: 31, 9F and 49. RGB value is (49,159,73). Sum of RGB (Red+Green+Blue) = 49+159+73=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #319F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F49 is #CE60B6. Grayscale: #747474. Windows color (decimal): -13525175 or 4824881. OLE color: 4824881.

HSL color Cylindrical-coordinate representation of color #319F49: hue angle of 133.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F49 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 159 73 -
CMYK 0.69 0 0.54 0.38
HSL 133.09º 0.53% 0.41% -
HSV(B) 133.09º 0.69% 0.62% -
XYZ 14.87 25.93 10.52 -
YUV 116.31 103.56 79.99 -
System Red Green Blue C M Y K H S L
Decimal 49 159 73 0.69 0 0.54 0.38 133.09 0.53 0.41
Hex 31 9F 49 45 0 36 26 85 35 29
Octal 61 237 111 105 0 66 46 205 65 51
Binary 110001 10011111 1001001 1000101 0 110110 100110 10000101 110101 101001

Color Harmonies of #319F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F49

Black with #319F49

Text Example


Text Example

White with #319F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319F49; }

 p { color: rgb(49,159,73); }

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

background-color css

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

 a { background-color: rgb(49,159,73); }

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

border-color css

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

 span { border-color: rgb(49,159,73); }

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