Html Css Color HEX #319D4C Chateau Green

📋 copy color: '#319D4C'

red 49 ◦ green 157 ◦ blue 76

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

Shades of Chateau Green #319D4C

Tints of Chateau Green #319D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 17.38%
G = 55.67%
B = 26.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#319D4C (or 0x319D4C) is known color: Chateau Green. HEX triplet: 31, 9D and 4C. RGB value is (49,157,76). Sum of RGB (Red+Green+Blue) = 49+157+76=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #319D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319D4C is #CE62B3. Grayscale: #737373. Windows color (decimal): -13525684 or 5020977. OLE color: 5020977.

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

Color convert

RGB 49 157 76 -
CMYK 0.69 0 0.52 0.38
HSL 135º 0.52% 0.4% -
HSV(B) 135º 0.69% 0.62% -
XYZ 14.63 25.29 10.95 -
YUV 115.47 105.72 80.59 -
System Red Green Blue C M Y K H S L
Decimal 49 157 76 0.69 0 0.52 0.38 135 0.52 0.4
Hex 31 9D 4C 45 0 34 26 87 34 28
Octal 61 235 114 105 0 64 46 207 64 50
Binary 110001 10011101 1001100 1000101 0 110100 100110 10000111 110100 101000

Color Harmonies of #319D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D4C

Black with #319D4C

Text Example


Text Example

White with #319D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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