#319642

Color #319642 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #319642

Tints of Chateau Green #319642

Color information

#319642 (or 0x319642) is unknown color: approx Chateau Green. HEX triplet: 31, 96 and 42. RGB value is (49,150,66). Sum of RGB (Red+Green+Blue) = 49+150+66=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #319642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319642 is #CE69BD. Grayscale: #6E6E6E. Windows color (decimal): -13527486 or 4363825. OLE color: 4363825.

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

Color convert

RGB4915066-
CMYK0.6700.560.41
HSL130.1º50.75%39.02%-
HSV(B)130.1º67.33%58.82%-
XYZ13.1622.868.87-
YUV110.22103.0484.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 150 (58.98% from 255) = 56.60%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=18.49%
G=56.60%
B=24.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150660.6700.560.41130.150.7539.02
Hex3196424303829823327
Octal61226102103070512026347
Binary1100011001011010000101000011011100010100110000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319642; }

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

 H1.HeaderClassName
 {
   color: #319642;
 }
 .AnyTagClassName
 {
   color: #319642;
 }
</style>
background-color css

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

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

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

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

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

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