Html Css Color HEX #319A42 Chateau Green

📋 copy color: '#319A42'

red 49 ◦ green 154 ◦ blue 66

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

Shades of Chateau Green #319A42

Tints of Chateau Green #319A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.25%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 18.22%
G = 57.25%
B = 24.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#319A42 (or 0x319A42) is known color: Chateau Green. HEX triplet: 31, 9A and 42. RGB value is (49,154,66). Sum of RGB (Red+Green+Blue) = 49+154+66=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #319A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A42 is #CE65BD. Grayscale: #707070. Windows color (decimal): -13526462 or 4364849. OLE color: 4364849.

HSL color Cylindrical-coordinate representation of color #319A42: hue angle of 129.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A42 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 154 66 -
CMYK 0.68 0 0.57 0.40
HSL 129.71º 0.52% 0.4% -
HSV(B) 129.71º 0.68% 0.6% -
XYZ 13.81 24.16 9.09 -
YUV 112.57 101.71 82.66 -
System Red Green Blue C M Y K H S L
Decimal 49 154 66 0.68 0 0.57 0.40 129.71 0.52 0.4
Hex 31 9A 42 44 0 39 28 82 34 28
Octal 61 232 102 104 0 71 50 202 64 50
Binary 110001 10011010 1000010 1000100 0 111001 101000 10000010 110100 101000

Color Harmonies of #319A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A42

Black with #319A42

Text Example


Text Example

White with #319A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,66); }

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

background-color css

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

 a { background-color: rgb(49,154,66); }

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

border-color css

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

 span { border-color: rgb(49,154,66); }

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