#349948

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

Shades of Chateau Green #349948

Tints of Chateau Green #349948

Color information

#349948 (or 0x349948) is unknown color: approx Chateau Green. HEX triplet: 34, 99 and 48. RGB value is (52,153,72). Sum of RGB (Red+Green+Blue) = 52+153+72=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #349948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349948 is #CB66B7. Grayscale: #717171. Windows color (decimal): -13330104 or 4757812. OLE color: 4757812.

HSL color Cylindrical-coordinate representation of color #349948: hue angle of 131.88º 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 #349948 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB5215372-
CMYK0.6600.530.4
HSL131.88º49.27%40.2%-
HSV(B)131.88º66.01%60%-
XYZ13.9823.9810.02-
YUV113.57104.5484.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=18.77%
G=55.23%
B=25.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153720.6600.530.4131.8849.2740.2
Hex3499484203528843128
Octal64231110102065502046150
Binary1101001001100110010001000010011010110100010000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349948; }

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

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

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

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

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

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

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

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