#34954E

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

Shades of Chateau Green #34954E

Tints of Chateau Green #34954E

Color information

#34954E (or 0x34954E) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 4E. RGB value is (52,149,78). Sum of RGB (Red+Green+Blue) = 52+149+78=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #34954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34954E is #CB6AB1. Grayscale: #707070. Windows color (decimal): -13331122 or 5150004. OLE color: 5150004.

HSL color Cylindrical-coordinate representation of color #34954E: hue angle of 136.08º 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 #34954E is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB5214978-
CMYK0.6500.480.42
HSL136.08º48.26%39.41%-
HSV(B)136.08º65.1%58.43%-
XYZ13.5422.7810.89-
YUV111.9108.8685.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=18.64%
G=53.41%
B=27.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149780.6500.480.42136.0848.2639.41
Hex34954E410302A883027
Octal64225116101060522106047
Binary1101001001010110011101000001011000010101010001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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