Html Css Color HEX #319340 Chateau Green

📋 copy color: '#319340'

red 49 ◦ green 147 ◦ blue 64

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

Shades of Chateau Green #319340

Tints of Chateau Green #319340

RGB

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

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

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

R = 18.85%
G = 56.54%
B = 24.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#319340 (or 0x319340) is known color: Chateau Green. HEX triplet: 31, 93 and 40. RGB value is (49,147,64). Sum of RGB (Red+Green+Blue) = 49+147+64=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #319340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319340 is #CE6CBF. Grayscale: #6C6C6C. Windows color (decimal): -13528256 or 4231985. OLE color: 4231985.

HSL color Cylindrical-coordinate representation of color #319340: hue angle of 129.18º 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 #319340 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 64 -
CMYK 0.67 0 0.56 0.42
HSL 129.18º 0.5% 0.38% -
HSV(B) 129.18º 0.67% 0.58% -
XYZ 12.63 21.89 8.41 -
YUV 108.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 49 147 64 0.67 0 0.56 0.42 129.18 0.5 0.38
Hex 31 93 40 43 0 38 2A 81 32 26
Octal 61 223 100 103 0 70 52 201 62 46
Binary 110001 10010011 1000000 1000011 0 111000 101010 10000001 110010 100110

Color Harmonies of #319340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319340

Black with #319340

Text Example


Text Example

White with #319340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319340; }

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

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

background-color css

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

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

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

border-color css

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

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

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