Html Css Color HEX #325744 Plantation

📋 copy color: '#325744'

red 50 ◦ green 87 ◦ blue 68

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

Shades of Plantation #325744

Tints of Plantation #325744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 24.39%
G = 42.44%
B = 33.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#325744 (or 0x325744) is known color: Plantation. HEX triplet: 32, 57 and 44. RGB value is (50,87,68). Sum of RGB (Red+Green+Blue) = 50+87+68=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #325744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325744 is #CDA8BB. Grayscale: #494949. Windows color (decimal): -13478076 or 4478770. OLE color: 4478770.

HSL color Cylindrical-coordinate representation of color #325744: hue angle of 149.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325744 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 68 -
CMYK 0.43 0 0.22 0.66
HSL 149.19º 0.27% 0.27% -
HSV(B) 149.19º 0.43% 0.34% -
XYZ 5.77 7.91 6.69 -
YUV 73.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 50 87 68 0.43 0 0.22 0.66 149.19 0.27 0.27
Hex 32 57 44 2B 0 16 42 95 1B 1B
Octal 62 127 104 53 0 26 102 225 33 33
Binary 110010 1010111 1000100 101011 0 10110 1000010 10010101 11011 11011

Color Harmonies of #325744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325744

Black with #325744

Text Example


Text Example

White with #325744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325744; }

 p { color: rgb(50,87,68); }

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

background-color css

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

 a { background-color: rgb(50,87,68); }

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

border-color css

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

 span { border-color: rgb(50,87,68); }

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