Html Css Color HEX #345847 Plantation

📋 copy color: '#345847'

red 52 ◦ green 88 ◦ blue 71

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

Shades of Plantation #345847

Tints of Plantation #345847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 24.64%
G = 41.71%
B = 33.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#345847 (or 0x345847) is known color: Plantation. HEX triplet: 34, 58 and 47. RGB value is (52,88,71). Sum of RGB (Red+Green+Blue) = 52+88+71=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #345847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345847 is #CBA7B8. Grayscale: #4B4B4B. Windows color (decimal): -13346745 or 4675636. OLE color: 4675636.

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

Color convert

RGB 52 88 71 -
CMYK 0.41 0 0.19 0.65
HSL 151.67º 0.26% 0.27% -
HSV(B) 151.67º 0.41% 0.35% -
XYZ 6.04 8.16 7.22 -
YUV 75.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 52 88 71 0.41 0 0.19 0.65 151.67 0.26 0.27
Hex 34 58 47 29 0 13 41 98 1A 1B
Octal 64 130 107 51 0 23 101 230 32 33
Binary 110100 1011000 1000111 101001 0 10011 1000001 10011000 11010 11011

Color Harmonies of #345847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345847

Black with #345847

Text Example


Text Example

White with #345847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345847; }

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

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

background-color css

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

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

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

border-color css

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

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

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