#34604A

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

Shades of Plantation #34604A

Tints of Plantation #34604A

Color information

#34604A (or 0x34604A) is unknown color: approx Plantation. HEX triplet: 34, 60 and 4A. RGB value is (52,96,74). Sum of RGB (Red+Green+Blue) = 52+96+74=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #34604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34604A is #CB9FB5. Grayscale: #505050. Windows color (decimal): -13344694 or 4874292. OLE color: 4874292.

HSL color Cylindrical-coordinate representation of color #34604A: hue angle of 150º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34604A is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB529674-
CMYK0.4600.230.62
HSL150º29.73%29.02%-
HSV(B)150º45.83%37.65%-
XYZ6.849.597.97-
YUV80.34124.42107.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=23.42%
G=43.24%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296740.4600.230.6215029.7329.02
Hex34604A2E0173E961e1d
Octal6414011256027762263635
Binary11010011000001001010101110010111111110100101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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