Html Css Color HEX #319640 Chateau Green

📋 copy color: '#319640'

red 49 ◦ green 150 ◦ blue 64

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

Shades of Chateau Green #319640

Tints of Chateau Green #319640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

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

R = 18.63%
G = 57.03%
B = 24.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#319640 (or 0x319640) is known color: Chateau Green. HEX triplet: 31, 96 and 40. RGB value is (49,150,64). Sum of RGB (Red+Green+Blue) = 49+150+64=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #319640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319640 is #CE69BF. Grayscale: #6E6E6E. Windows color (decimal): -13527488 or 4232753. OLE color: 4232753.

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

Color convert

RGB 49 150 64 -
CMYK 0.67 0 0.57 0.41
HSL 128.91º 0.51% 0.39% -
HSV(B) 128.91º 0.67% 0.59% -
XYZ 13.1 22.84 8.57 -
YUV 110 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 49 150 64 0.67 0 0.57 0.41 128.91 0.51 0.39
Hex 31 96 40 43 0 39 29 81 33 27
Octal 61 226 100 103 0 71 51 201 63 47
Binary 110001 10010110 1000000 1000011 0 111001 101001 10000001 110011 100111

Color Harmonies of #319640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319640

Black with #319640

Text Example


Text Example

White with #319640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319640; }

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

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

background-color css

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

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

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

border-color css

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

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

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