#349941

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

Shades of Chateau Green #349941

Tints of Chateau Green #349941

Color information

#349941 (or 0x349941) is unknown color: approx Chateau Green. HEX triplet: 34, 99 and 41. RGB value is (52,153,65). Sum of RGB (Red+Green+Blue) = 52+153+65=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #349941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349941 is #CB66BE. Grayscale: #717171. Windows color (decimal): -13330111 or 4299060. OLE color: 4299060.

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

Color convert

RGB5215365-
CMYK0.6600.580.4
HSL127.72º49.27%40.2%-
HSV(B)127.72º66.01%60%-
XYZ13.7623.898.89-
YUV112.77101.0484.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=19.26%
G=56.67%
B=24.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153650.6600.580.4127.7249.2740.2
Hex3499414203A28803128
Octal64231101102072502006150
Binary1101001001100110000011000010011101010100010000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349941; }

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

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

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

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

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

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

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

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