Html Css Color HEX #319342 Chateau Green

📋 copy color: '#319342'

red 49 ◦ green 147 ◦ blue 66

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

Shades of Chateau Green #319342

Tints of Chateau Green #319342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

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

R = 18.7%
G = 56.11%
B = 25.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#319342 (or 0x319342) is known color: Chateau Green. HEX triplet: 31, 93 and 42. RGB value is (49,147,66). Sum of RGB (Red+Green+Blue) = 49+147+66=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #319342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319342 is #CE6CBD. Grayscale: #6C6C6C. Windows color (decimal): -13528254 or 4363057. OLE color: 4363057.

HSL color Cylindrical-coordinate representation of color #319342: hue angle of 130.41º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319342 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 66 -
CMYK 0.67 0 0.55 0.42
HSL 130.41º 0.5% 0.38% -
HSV(B) 130.41º 0.67% 0.58% -
XYZ 12.68 21.91 8.72 -
YUV 108.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 49 147 66 0.67 0 0.55 0.42 130.41 0.5 0.38
Hex 31 93 42 43 0 37 2A 82 32 26
Octal 61 223 102 103 0 67 52 202 62 46
Binary 110001 10010011 1000010 1000011 0 110111 101010 10000010 110010 100110

Color Harmonies of #319342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319342

Black with #319342

Text Example


Text Example

White with #319342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319342; }

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

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

background-color css

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

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

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

border-color css

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

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

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