Html Css Color HEX #319540 Chateau Green

📋 copy color: '#319540'

red 49 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #319540

Tints of Chateau Green #319540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

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

R = 18.7%
G = 56.87%
B = 24.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#319540 (or 0x319540) is known color: Chateau Green. HEX triplet: 31, 95 and 40. RGB value is (49,149,64). Sum of RGB (Red+Green+Blue) = 49+149+64=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #319540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319540 is #CE6ABF. Grayscale: #6D6D6D. Windows color (decimal): -13527744 or 4232497. OLE color: 4232497.

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

Color convert

RGB 49 149 64 -
CMYK 0.67 0 0.57 0.42
HSL 129º 0.51% 0.39% -
HSV(B) 129º 0.67% 0.58% -
XYZ 12.94 22.52 8.51 -
YUV 109.41 102.37 84.91 -
System Red Green Blue C M Y K H S L
Decimal 49 149 64 0.67 0 0.57 0.42 129 0.51 0.39
Hex 31 95 40 43 0 39 2A 81 33 27
Octal 61 225 100 103 0 71 52 201 63 47
Binary 110001 10010101 1000000 1000011 0 111001 101010 10000001 110011 100111

Color Harmonies of #319540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319540

Black with #319540

Text Example


Text Example

White with #319540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319540; }

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

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

background-color css

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

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

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

border-color css

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

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

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