Html Css Color HEX #346048 Plantation

📋 copy color: '#346048'

red 52 ◦ green 96 ◦ blue 72

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

Shades of Plantation #346048

Tints of Plantation #346048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 23.64%
G = 43.64%
B = 32.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#346048 (or 0x346048) is known color: Plantation. HEX triplet: 34, 60 and 48. RGB value is (52,96,72). Sum of RGB (Red+Green+Blue) = 52+96+72=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #346048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346048 is #CB9FB7. Grayscale: #505050. Windows color (decimal): -13344696 or 4743220. OLE color: 4743220.

HSL color Cylindrical-coordinate representation of color #346048: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346048 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 72 -
CMYK 0.46 0 0.25 0.62
HSL 147.27º 0.3% 0.29% -
HSV(B) 147.27º 0.46% 0.38% -
XYZ 6.77 9.56 7.62 -
YUV 80.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 52 96 72 0.46 0 0.25 0.62 147.27 0.3 0.29
Hex 34 60 48 2E 0 19 3E 93 1E 1D
Octal 64 140 110 56 0 31 76 223 36 35
Binary 110100 1100000 1001000 101110 0 11001 111110 10010011 11110 11101

Color Harmonies of #346048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346048

Black with #346048

Text Example


Text Example

White with #346048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346048; }

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

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

background-color css

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

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

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

border-color css

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

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

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