Html Css Color HEX #319E4C Chateau Green

📋 copy color: '#319E4C'

red 49 ◦ green 158 ◦ blue 76

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

Shades of Chateau Green #319E4C

Tints of Chateau Green #319E4C

RGB

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

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

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

R = 17.31%
G = 55.83%
B = 26.86%

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

#319E4C (or 0x319E4C) is known color: Chateau Green. HEX triplet: 31, 9E and 4C. RGB value is (49,158,76). Sum of RGB (Red+Green+Blue) = 49+158+76=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #319E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E4C is #CE61B3. Grayscale: #747474. Windows color (decimal): -13525428 or 5021233. OLE color: 5021233.

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

Color convert

RGB 49 158 76 -
CMYK 0.69 0 0.52 0.38
HSL 134.86º 0.53% 0.41% -
HSV(B) 134.86º 0.69% 0.62% -
XYZ 14.8 25.63 11 -
YUV 116.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 49 158 76 0.69 0 0.52 0.38 134.86 0.53 0.41
Hex 31 9E 4C 45 0 34 26 87 35 29
Octal 61 236 114 105 0 64 46 207 65 51
Binary 110001 10011110 1001100 1000101 0 110100 100110 10000111 110101 101001

Color Harmonies of #319E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E4C

Black with #319E4C

Text Example


Text Example

White with #319E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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