Html Css Color HEX #325846 Plantation

📋 copy color: '#325846'

red 50 ◦ green 88 ◦ blue 70

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

Shades of Plantation #325846

Tints of Plantation #325846

RGB

 RED value IS 50 (19.92% from 255) = 24.04%

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 24.04%
G = 42.31%
B = 33.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#325846 (or 0x325846) is known color: Plantation. HEX triplet: 32, 58 and 46. RGB value is (50,88,70). Sum of RGB (Red+Green+Blue) = 50+88+70=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #325846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325846 is #CDA7B9. Grayscale: #4A4A4A. Windows color (decimal): -13477818 or 4610098. OLE color: 4610098.

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

Color convert

RGB 50 88 70 -
CMYK 0.43 0 0.20 0.65
HSL 151.58º 0.28% 0.27% -
HSV(B) 151.58º 0.43% 0.35% -
XYZ 5.91 8.1 7.05 -
YUV 74.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 50 88 70 0.43 0 0.20 0.65 151.58 0.28 0.27
Hex 32 58 46 2B 0 14 41 98 1C 1B
Octal 62 130 106 53 0 24 101 230 34 33
Binary 110010 1011000 1000110 101011 0 10100 1000001 10011000 11100 11011

Color Harmonies of #325846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325846

Black with #325846

Text Example


Text Example

White with #325846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325846; }

 p { color: rgb(50,88,70); }

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

background-color css

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

 a { background-color: rgb(50,88,70); }

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

border-color css

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

 span { border-color: rgb(50,88,70); }

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