Html Css Color HEX #319641 Chateau Green

📋 copy color: '#319641'

red 49 ◦ green 150 ◦ blue 65

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

Shades of Chateau Green #319641

Tints of Chateau Green #319641

RGB

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

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

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

R = 18.56%
G = 56.82%
B = 24.62%

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

#319641 (or 0x319641) is known color: Chateau Green. HEX triplet: 31, 96 and 41. RGB value is (49,150,65). Sum of RGB (Red+Green+Blue) = 49+150+65=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #319641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319641 is #CE69BE. Grayscale: #6E6E6E. Windows color (decimal): -13527487 or 4298289. OLE color: 4298289.

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

Color convert

RGB 49 150 65 -
CMYK 0.67 0 0.57 0.41
HSL 129.5º 0.51% 0.39% -
HSV(B) 129.5º 0.67% 0.59% -
XYZ 13.13 22.85 8.72 -
YUV 110.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 49 150 65 0.67 0 0.57 0.41 129.5 0.51 0.39
Hex 31 96 41 43 0 39 29 82 33 27
Octal 61 226 101 103 0 71 51 202 63 47
Binary 110001 10010110 1000001 1000011 0 111001 101001 10000010 110011 100111

Color Harmonies of #319641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319641

Black with #319641

Text Example


Text Example

White with #319641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319641; }

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

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

background-color css

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

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

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

border-color css

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

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

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