#34934B

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

Shades of Chateau Green #34934B

Tints of Chateau Green #34934B

Color information

#34934B (or 0x34934B) is unknown color: approx Chateau Green. HEX triplet: 34, 93 and 4B. RGB value is (52,147,75). Sum of RGB (Red+Green+Blue) = 52+147+75=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #34934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34934B is #CB6CB4. Grayscale: #6E6E6E. Windows color (decimal): -13331637 or 4952884. OLE color: 4952884.

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

Color convert

RGB5214775-
CMYK0.6500.490.42
HSL134.53º47.74%39.02%-
HSV(B)134.53º64.63%57.65%-
XYZ13.1222.1110.23-
YUV110.39108.0386.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=18.98%
G=53.65%
B=27.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147750.6500.490.42134.5347.7439.02
Hex34934B410312A873027
Octal64223113101061522076047
Binary1101001001001110010111000001011000110101010000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34934B; }

 p { color: rgb(52,147,75); }

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

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

 a { background-color: rgb(52,147,75); }

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

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

 span { border-color: rgb(52,147,75); }

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