#349954

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

Shades of Chateau Green #349954

Tints of Chateau Green #349954

Color information

#349954 (or 0x349954) is unknown color: approx Chateau Green. HEX triplet: 34, 99 and 54. RGB value is (52,153,84). Sum of RGB (Red+Green+Blue) = 52+153+84=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #349954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349954 is #CB66AB. Grayscale: #737373. Windows color (decimal): -13330092 or 5544244. OLE color: 5544244.

HSL color Cylindrical-coordinate representation of color #349954: hue angle of 139.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349954 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB5215384-
CMYK0.6600.450.4
HSL139.01º49.27%40.2%-
HSV(B)139.01º66.01%60%-
XYZ14.4124.1512.29-
YUV114.94110.5483.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=17.99%
G=52.94%
B=29.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153840.6600.450.4139.0149.2740.2
Hex3499544202D288b3128
Octal64231124102055502136150
Binary1101001001100110101001000010010110110100010001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349954; }

 p { color: rgb(52,153,84); }

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

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

 a { background-color: rgb(52,153,84); }

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

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

 span { border-color: rgb(52,153,84); }

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