#349E4F

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

Shades of Chateau Green #349E4F

Tints of Chateau Green #349E4F

Color information

#349E4F (or 0x349E4F) is unknown color: approx Chateau Green. HEX triplet: 34, 9E and 4F. RGB value is (52,158,79). Sum of RGB (Red+Green+Blue) = 52+158+79=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #349E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E4F is #CB61B0. Grayscale: #757575. Windows color (decimal): -13328817 or 5217844. OLE color: 5217844.

HSL color Cylindrical-coordinate representation of color #349E4F: hue angle of 135.28º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E4F is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB5215879-
CMYK0.6700.500.38
HSL135.28º50.48%41.18%-
HSV(B)135.28º67.09%61.96%-
XYZ15.0525.7511.57-
YUV117.3106.3881.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 158 (62.11% from 255) = 54.67%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=17.99%
G=54.67%
B=27.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158790.6700.500.38135.2850.4841.18
Hex349E4F4303226873229
Octal64236117103062462076251
Binary1101001001111010011111000011011001010011010000111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349E4F; }

 p { color: rgb(52,158,79); }

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

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

 a { background-color: rgb(52,158,79); }

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

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

 span { border-color: rgb(52,158,79); }

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