Html Css Color HEX #319D40 Chateau Green

📋 copy color: '#319D40'

red 49 ◦ green 157 ◦ blue 64

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

Shades of Chateau Green #319D40

Tints of Chateau Green #319D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 18.15%
G = 58.15%
B = 23.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#319D40 (or 0x319D40) is known color: Chateau Green. HEX triplet: 31, 9D and 40. RGB value is (49,157,64). Sum of RGB (Red+Green+Blue) = 49+157+64=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #319D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319D40 is #CE62BF. Grayscale: #727272. Windows color (decimal): -13525696 or 4234545. OLE color: 4234545.

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

Color convert

RGB 49 157 64 -
CMYK 0.69 0 0.59 0.38
HSL 128.33º 0.52% 0.4% -
HSV(B) 128.33º 0.69% 0.62% -
XYZ 14.25 25.14 8.95 -
YUV 114.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 49 157 64 0.69 0 0.59 0.38 128.33 0.52 0.4
Hex 31 9D 40 45 0 3B 26 80 34 28
Octal 61 235 100 105 0 73 46 200 64 50
Binary 110001 10011101 1000000 1000101 0 111011 100110 10000000 110100 101000

Color Harmonies of #319D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D40

Black with #319D40

Text Example


Text Example

White with #319D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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