Html Css Color HEX #319441 Chateau Green

📋 copy color: '#319441'

red 49 ◦ green 148 ◦ blue 65

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

Shades of Chateau Green #319441

Tints of Chateau Green #319441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 18.7%
G = 56.49%
B = 24.81%

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

#319441 (or 0x319441) is known color: Chateau Green. HEX triplet: 31, 94 and 41. RGB value is (49,148,65). Sum of RGB (Red+Green+Blue) = 49+148+65=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #319441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319441 is #CE6BBE. Grayscale: #6D6D6D. Windows color (decimal): -13527999 or 4297777. OLE color: 4297777.

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

Color convert

RGB 49 148 65 -
CMYK 0.67 0 0.56 0.42
HSL 129.7º 0.5% 0.39% -
HSV(B) 129.7º 0.67% 0.58% -
XYZ 12.81 22.21 8.61 -
YUV 108.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 49 148 65 0.67 0 0.56 0.42 129.7 0.5 0.39
Hex 31 94 41 43 0 38 2A 82 32 27
Octal 61 224 101 103 0 70 52 202 62 47
Binary 110001 10010100 1000001 1000011 0 111000 101010 10000010 110010 100111

Color Harmonies of #319441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319441

Black with #319441

Text Example


Text Example

White with #319441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319441; }

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

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

background-color css

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

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

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

border-color css

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

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

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