Html Css Color HEX #345A48 Plantation

📋 copy color: '#345A48'

red 52 ◦ green 90 ◦ blue 72

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

Shades of Plantation #345A48

Tints of Plantation #345A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 24.3%
G = 42.06%
B = 33.64%

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

#345A48 (or 0x345A48) is known color: Plantation. HEX triplet: 34, 5A and 48. RGB value is (52,90,72). Sum of RGB (Red+Green+Blue) = 52+90+72=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #345A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A48 is #CBA5B7. Grayscale: #4C4C4C. Windows color (decimal): -13346232 or 4741684. OLE color: 4741684.

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

Color convert

RGB 52 90 72 -
CMYK 0.42 0 0.20 0.65
HSL 151.58º 0.27% 0.28% -
HSV(B) 151.58º 0.42% 0.35% -
XYZ 6.24 8.51 7.44 -
YUV 76.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 52 90 72 0.42 0 0.20 0.65 151.58 0.27 0.28
Hex 34 5A 48 2A 0 14 41 98 1B 1C
Octal 64 132 110 52 0 24 101 230 33 34
Binary 110100 1011010 1001000 101010 0 10100 1000001 10011000 11011 11100

Color Harmonies of #345A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A48

Black with #345A48

Text Example


Text Example

White with #345A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,72); }

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

background-color css

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

 a { background-color: rgb(52,90,72); }

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

border-color css

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

 span { border-color: rgb(52,90,72); }

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