Html Css Color HEX #319E4D Chateau Green

📋 copy color: '#319E4D'

red 49 ◦ green 158 ◦ blue 77

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

Shades of Chateau Green #319E4D

Tints of Chateau Green #319E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.63%

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

R = 17.25%
G = 55.63%
B = 27.11%

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

#319E4D (or 0x319E4D) is known color: Chateau Green. HEX triplet: 31, 9E and 4D. RGB value is (49,158,77). Sum of RGB (Red+Green+Blue) = 49+158+77=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #319E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E4D is #CE61B2. Grayscale: #747474. Windows color (decimal): -13525427 or 5086769. OLE color: 5086769.

HSL color Cylindrical-coordinate representation of color #319E4D: hue angle of 135.41º 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 #319E4D is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 77 -
CMYK 0.69 0 0.51 0.38
HSL 135.41º 0.53% 0.41% -
HSV(B) 135.41º 0.69% 0.62% -
XYZ 14.83 25.64 11.19 -
YUV 116.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 49 158 77 0.69 0 0.51 0.38 135.41 0.53 0.41
Hex 31 9E 4D 45 0 33 26 87 35 29
Octal 61 236 115 105 0 63 46 207 65 51
Binary 110001 10011110 1001101 1000101 0 110011 100110 10000111 110101 101001

Color Harmonies of #319E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E4D

Black with #319E4D

Text Example


Text Example

White with #319E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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