Html Css Color HEX #325845 Plantation

📋 copy color: '#325845'

red 50 ◦ green 88 ◦ blue 69

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

Shades of Plantation #325845

Tints of Plantation #325845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 24.15%
G = 42.51%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#325845 (or 0x325845) is known color: Plantation. HEX triplet: 32, 58 and 45. RGB value is (50,88,69). Sum of RGB (Red+Green+Blue) = 50+88+69=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #325845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325845 is #CDA7BA. Grayscale: #4A4A4A. Windows color (decimal): -13477819 or 4544562. OLE color: 4544562.

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

Color convert

RGB 50 88 69 -
CMYK 0.43 0 0.22 0.65
HSL 150º 0.28% 0.27% -
HSV(B) 150º 0.43% 0.35% -
XYZ 5.88 8.09 6.88 -
YUV 74.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 50 88 69 0.43 0 0.22 0.65 150 0.28 0.27
Hex 32 58 45 2B 0 16 41 96 1C 1B
Octal 62 130 105 53 0 26 101 226 34 33
Binary 110010 1011000 1000101 101011 0 10110 1000001 10010110 11100 11011

Color Harmonies of #325845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325845

Black with #325845

Text Example


Text Example

White with #325845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325845; }

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

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

background-color css

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

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

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

border-color css

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

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

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