Html Css Color HEX #345947 Plantation

📋 copy color: '#345947'

red 52 ◦ green 89 ◦ blue 71

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

Shades of Plantation #345947

Tints of Plantation #345947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 24.53%
G = 41.98%
B = 33.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#345947 (or 0x345947) is known color: Plantation. HEX triplet: 34, 59 and 47. RGB value is (52,89,71). Sum of RGB (Red+Green+Blue) = 52+89+71=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #345947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345947 is #CBA6B8. Grayscale: #4B4B4B. Windows color (decimal): -13346489 or 4675892. OLE color: 4675892.

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

Color convert

RGB 52 89 71 -
CMYK 0.42 0 0.20 0.65
HSL 150.81º 0.26% 0.28% -
HSV(B) 150.81º 0.42% 0.35% -
XYZ 6.13 8.33 7.25 -
YUV 75.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 52 89 71 0.42 0 0.20 0.65 150.81 0.26 0.28
Hex 34 59 47 2A 0 14 41 97 1A 1C
Octal 64 131 107 52 0 24 101 227 32 34
Binary 110100 1011001 1000111 101010 0 10100 1000001 10010111 11010 11100

Color Harmonies of #345947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345947

Black with #345947

Text Example


Text Example

White with #345947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345947; }

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

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

background-color css

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

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

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

border-color css

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

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

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