Html Css Color HEX #319F40 Chateau Green

📋 copy color: '#319F40'

red 49 ◦ green 159 ◦ blue 64

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

Shades of Chateau Green #319F40

Tints of Chateau Green #319F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.46%

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

R = 18.01%
G = 58.46%
B = 23.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#319F40 (or 0x319F40) is known color: Chateau Green. HEX triplet: 31, 9F and 40. RGB value is (49,159,64). Sum of RGB (Red+Green+Blue) = 49+159+64=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #319F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F40 is #CE60BF. Grayscale: #737373. Windows color (decimal): -13525184 or 4235057. OLE color: 4235057.

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

Color convert

RGB 49 159 64 -
CMYK 0.69 0 0.60 0.38
HSL 128.18º 0.53% 0.41% -
HSV(B) 128.18º 0.69% 0.62% -
XYZ 14.59 25.82 9.07 -
YUV 115.28 99.06 80.72 -
System Red Green Blue C M Y K H S L
Decimal 49 159 64 0.69 0 0.60 0.38 128.18 0.53 0.41
Hex 31 9F 40 45 0 3C 26 80 35 29
Octal 61 237 100 105 0 74 46 200 65 51
Binary 110001 10011111 1000000 1000101 0 111100 100110 10000000 110101 101001

Color Harmonies of #319F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F40

Black with #319F40

Text Example


Text Example

White with #319F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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