#34974E

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

Shades of Chateau Green #34974E

Tints of Chateau Green #34974E

Color information

#34974E (or 0x34974E) is unknown color: approx Chateau Green. HEX triplet: 34, 97 and 4E. RGB value is (52,151,78). Sum of RGB (Red+Green+Blue) = 52+151+78=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #34974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34974E is #CB68B1. Grayscale: #717171. Windows color (decimal): -13330610 or 5150516. OLE color: 5150516.

HSL color Cylindrical-coordinate representation of color #34974E: hue angle of 135.76º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34974E is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB5215178-
CMYK0.6600.480.41
HSL135.76º48.77%39.8%-
HSV(B)135.76º65.56%59.22%-
XYZ13.8623.4111-
YUV113.08108.284.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 151 (59.38% from 255) = 53.74%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=18.51%
G=53.74%
B=27.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151780.6600.480.41135.7648.7739.8
Hex34974E4203029883128
Octal64227116102060512106150
Binary1101001001011110011101000010011000010100110001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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