Html Css Color HEX #319D4D Chateau Green

📋 copy color: '#319D4D'

red 49 ◦ green 157 ◦ blue 77

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

Shades of Chateau Green #319D4D

Tints of Chateau Green #319D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 55.48%

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

R = 17.31%
G = 55.48%
B = 27.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#319D4D (or 0x319D4D) is known color: Chateau Green. HEX triplet: 31, 9D and 4D. RGB value is (49,157,77). Sum of RGB (Red+Green+Blue) = 49+157+77=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #319D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D4D is #CE62B2. Grayscale: #737373. Windows color (decimal): -13525683 or 5086513. OLE color: 5086513.

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

Color convert

RGB 49 157 77 -
CMYK 0.69 0 0.51 0.38
HSL 135.56º 0.52% 0.4% -
HSV(B) 135.56º 0.69% 0.62% -
XYZ 14.66 25.3 11.13 -
YUV 115.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 49 157 77 0.69 0 0.51 0.38 135.56 0.52 0.4
Hex 31 9D 4D 45 0 33 26 88 34 28
Octal 61 235 115 105 0 63 46 210 64 50
Binary 110001 10011101 1001101 1000101 0 110011 100110 10001000 110100 101000

Color Harmonies of #319D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D4D

Black with #319D4D

Text Example


Text Example

White with #319D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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