#34614A

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

Shades of Plantation #34614A

Tints of Plantation #34614A

Color information

#34614A (or 0x34614A) is unknown color: approx Plantation. HEX triplet: 34, 61 and 4A. RGB value is (52,97,74). Sum of RGB (Red+Green+Blue) = 52+97+74=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #34614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34614A is #CB9EB5. Grayscale: #505050. Windows color (decimal): -13344438 or 4874548. OLE color: 4874548.

HSL color Cylindrical-coordinate representation of color #34614A: hue angle of 149.33º 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 #34614A is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB529774-
CMYK0.4600.240.62
HSL149.33º30.2%29.22%-
HSV(B)149.33º46.39%38.04%-
XYZ6.939.778-
YUV80.92124.09107.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=23.32%
G=43.50%
B=33.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297740.4600.240.62149.3330.229.22
Hex34614A2E0183E951e1d
Octal6414111256030762253635
Binary11010011000011001010101110011000111110100101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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