#34954A

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

Shades of Chateau Green #34954A

Tints of Chateau Green #34954A

Color information

#34954A (or 0x34954A) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 4A. RGB value is (52,149,74). Sum of RGB (Red+Green+Blue) = 52+149+74=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #34954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34954A is #CB6AB5. Grayscale: #6F6F6F. Windows color (decimal): -13331126 or 4887860. OLE color: 4887860.

HSL color Cylindrical-coordinate representation of color #34954A: hue angle of 133.61º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34954A is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB5214974-
CMYK0.6500.500.42
HSL133.61º48.26%39.41%-
HSV(B)133.61º65.1%58.43%-
XYZ13.422.7210.16-
YUV111.45106.8685.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=18.91%
G=54.18%
B=26.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149740.6500.500.42133.6148.2639.41
Hex34954A410322A863027
Octal64225112101062522066047
Binary1101001001010110010101000001011001010101010000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34954A; }

 p { color: rgb(52,149,74); }

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

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

 a { background-color: rgb(52,149,74); }

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

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

 span { border-color: rgb(52,149,74); }

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