#319E44

Color #319E44 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #319E44

Tints of Chateau Green #319E44

Color information

#319E44 (or 0x319E44) is unknown color: approx Chateau Green. HEX triplet: 31, 9E and 44. RGB value is (49,158,68). Sum of RGB (Red+Green+Blue) = 49+158+68=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #319E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E44 is #CE61BB. Grayscale: #737373. Windows color (decimal): -13525436 or 4496945. OLE color: 4496945.

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

Color convert

RGB4915868-
CMYK0.6900.570.38
HSL130.46º52.66%40.59%-
HSV(B)130.46º68.99%61.96%-
XYZ14.5425.529.63-
YUV115.15101.3980.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=17.82%
G=57.45%
B=24.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158680.6900.570.38130.4652.6640.59
Hex319E444503926823529
Octal61236104105071462026551
Binary1100011001111010001001000101011100110011010000010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #319E44;
 }
 .AnyTagClassName
 {
   color: #319E44;
 }
</style>
background-color css

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

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

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

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

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

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