Html Css Color HEX #345948 Plantation

📋 copy color: '#345948'

red 52 ◦ green 89 ◦ blue 72

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

Shades of Plantation #345948

Tints of Plantation #345948

RGB

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

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

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

R = 24.41%
G = 41.78%
B = 33.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#345948 (or 0x345948) is known color: Plantation. HEX triplet: 34, 59 and 48. RGB value is (52,89,72). Sum of RGB (Red+Green+Blue) = 52+89+72=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #345948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345948 is #CBA6B7. Grayscale: #4C4C4C. Windows color (decimal): -13346488 or 4741428. OLE color: 4741428.

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

Color convert

RGB 52 89 72 -
CMYK 0.42 0 0.19 0.65
HSL 152.43º 0.26% 0.28% -
HSV(B) 152.43º 0.42% 0.35% -
XYZ 6.16 8.34 7.42 -
YUV 76 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 52 89 72 0.42 0 0.19 0.65 152.43 0.26 0.28
Hex 34 59 48 2A 0 13 41 98 1A 1C
Octal 64 131 110 52 0 23 101 230 32 34
Binary 110100 1011001 1001000 101010 0 10011 1000001 10011000 11010 11100

Color Harmonies of #345948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345948

Black with #345948

Text Example


Text Example

White with #345948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345948; }

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

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

background-color css

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

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

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

border-color css

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

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

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