Html Css Color HEX #345F49 Plantation

📋 copy color: '#345F49'

red 52 ◦ green 95 ◦ blue 73

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

Shades of Plantation #345F49

Tints of Plantation #345F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 23.64%
G = 43.18%
B = 33.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#345F49 (or 0x345F49) is known color: Plantation. HEX triplet: 34, 5F and 49. RGB value is (52,95,73). Sum of RGB (Red+Green+Blue) = 52+95+73=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #345F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F49 is #CBA0B6. Grayscale: #4F4F4F. Windows color (decimal): -13344951 or 4808500. OLE color: 4808500.

HSL color Cylindrical-coordinate representation of color #345F49: hue angle of 149.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F49 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 95 73 -
CMYK 0.45 0 0.23 0.63
HSL 149.3º 0.29% 0.29% -
HSV(B) 149.3º 0.45% 0.37% -
XYZ 6.71 9.4 7.76 -
YUV 79.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 52 95 73 0.45 0 0.23 0.63 149.3 0.29 0.29
Hex 34 5F 49 2D 0 17 3F 95 1D 1D
Octal 64 137 111 55 0 27 77 225 35 35
Binary 110100 1011111 1001001 101101 0 10111 111111 10010101 11101 11101

Color Harmonies of #345F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F49

Black with #345F49

Text Example


Text Example

White with #345F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345F49; }

 p { color: rgb(52,95,73); }

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

background-color css

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

 a { background-color: rgb(52,95,73); }

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

border-color css

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

 span { border-color: rgb(52,95,73); }

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