Html Css Color HEX #319240 Chateau Green

📋 copy color: '#319240'

red 49 ◦ green 146 ◦ blue 64

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

Shades of Chateau Green #319240

Tints of Chateau Green #319240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.37%

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

R = 18.92%
G = 56.37%
B = 24.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#319240 (or 0x319240) is known color: Chateau Green. HEX triplet: 31, 92 and 40. RGB value is (49,146,64). Sum of RGB (Red+Green+Blue) = 49+146+64=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #319240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319240 is #CE6DBF. Grayscale: #6B6B6B. Windows color (decimal): -13528512 or 4231729. OLE color: 4231729.

HSL color Cylindrical-coordinate representation of color #319240: hue angle of 129.28º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319240 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 64 -
CMYK 0.66 0 0.56 0.43
HSL 129.28º 0.5% 0.38% -
HSV(B) 129.28º 0.66% 0.57% -
XYZ 12.47 21.58 8.36 -
YUV 107.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 49 146 64 0.66 0 0.56 0.43 129.28 0.5 0.38
Hex 31 92 40 42 0 38 2B 81 32 26
Octal 61 222 100 102 0 70 53 201 62 46
Binary 110001 10010010 1000000 1000010 0 111000 101011 10000001 110010 100110

Color Harmonies of #319240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319240

Black with #319240

Text Example


Text Example

White with #319240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319240; }

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

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

background-color css

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

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

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

border-color css

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

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

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