Html Css Color HEX #319A4D Chateau Green

📋 copy color: '#319A4D'

red 49 ◦ green 154 ◦ blue 77

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

Shades of Chateau Green #319A4D

Tints of Chateau Green #319A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 17.5%
G = 55%
B = 27.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#319A4D (or 0x319A4D) is known color: Chateau Green. HEX triplet: 31, 9A and 4D. RGB value is (49,154,77). Sum of RGB (Red+Green+Blue) = 49+154+77=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #319A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A4D is #CE65B2. Grayscale: #727272. Windows color (decimal): -13526451 or 5085745. OLE color: 5085745.

HSL color Cylindrical-coordinate representation of color #319A4D: hue angle of 136º degrees, saturation: 0.52, 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 #319A4D is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 154 77 -
CMYK 0.68 0 0.50 0.40
HSL 136º 0.52% 0.4% -
HSV(B) 136º 0.68% 0.6% -
XYZ 14.16 24.3 10.97 -
YUV 113.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 49 154 77 0.68 0 0.50 0.40 136 0.52 0.4
Hex 31 9A 4D 44 0 32 28 88 34 28
Octal 61 232 115 104 0 62 50 210 64 50
Binary 110001 10011010 1001101 1000100 0 110010 101000 10001000 110100 101000

Color Harmonies of #319A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A4D

Black with #319A4D

Text Example


Text Example

White with #319A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,77); }

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

background-color css

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

 a { background-color: rgb(49,154,77); }

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

border-color css

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

 span { border-color: rgb(49,154,77); }

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