Html Css Color HEX #319341 Chateau Green

📋 copy color: '#319341'

red 49 ◦ green 147 ◦ blue 65

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

Shades of Chateau Green #319341

Tints of Chateau Green #319341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 18.77%
G = 56.32%
B = 24.9%

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

#319341 (or 0x319341) is known color: Chateau Green. HEX triplet: 31, 93 and 41. RGB value is (49,147,65). Sum of RGB (Red+Green+Blue) = 49+147+65=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #319341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319341 is #CE6CBE. Grayscale: #6C6C6C. Windows color (decimal): -13528255 or 4297521. OLE color: 4297521.

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

Color convert

RGB 49 147 65 -
CMYK 0.67 0 0.56 0.42
HSL 129.8º 0.5% 0.38% -
HSV(B) 129.8º 0.67% 0.58% -
XYZ 12.65 21.9 8.56 -
YUV 108.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 49 147 65 0.67 0 0.56 0.42 129.8 0.5 0.38
Hex 31 93 41 43 0 38 2A 82 32 26
Octal 61 223 101 103 0 70 52 202 62 46
Binary 110001 10010011 1000001 1000011 0 111000 101010 10000010 110010 100110

Color Harmonies of #319341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319341

Black with #319341

Text Example


Text Example

White with #319341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319341; }

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

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

background-color css

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

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

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

border-color css

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

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

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