Html Css Color HEX #345946 Plantation

📋 copy color: '#345946'

red 52 ◦ green 89 ◦ blue 70

#345946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #345946

Tints of Plantation #345946

RGB

 RED value IS 52 (20.7% from 255) = 24.64%

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 24.64%
G = 42.18%
B = 33.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#345946 (or 0x345946) is known color: Plantation. HEX triplet: 34, 59 and 46. RGB value is (52,89,70). Sum of RGB (Red+Green+Blue) = 52+89+70=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #345946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345946 is #CBA6B9. Grayscale: #4B4B4B. Windows color (decimal): -13346490 or 4610356. OLE color: 4610356.

HSL color Cylindrical-coordinate representation of color #345946: hue angle of 149.19º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345946 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 70 -
CMYK 0.42 0 0.21 0.65
HSL 149.19º 0.26% 0.28% -
HSV(B) 149.19º 0.42% 0.35% -
XYZ 6.09 8.32 7.08 -
YUV 75.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 52 89 70 0.42 0 0.21 0.65 149.19 0.26 0.28
Hex 34 59 46 2A 0 15 41 95 1A 1C
Octal 64 131 106 52 0 25 101 225 32 34
Binary 110100 1011001 1000110 101010 0 10101 1000001 10010101 11010 11100

Color Harmonies of #345946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345946

Black with #345946

Text Example


Text Example

White with #345946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345946; }

 p { color: rgb(52,89,70); }

 H1.HeaderClassName
 {
   color: #345946;
 }
 .AnyTagClassName
 {
   color: #345946;
 }
</style>

background-color css

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

 a { background-color: rgb(52,89,70); }

 div.DivClassName
 {
   background-color: #345946;
 }
 .BgClassName
 {
   background-color: #345946;
 }
</style>

border-color css

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

 span { border-color: rgb(52,89,70); }

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