Html Css Color HEX #325745 Plantation

📋 copy color: '#325745'

red 50 ◦ green 87 ◦ blue 69

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

Shades of Plantation #325745

Tints of Plantation #325745

RGB

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

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

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

R = 24.27%
G = 42.23%
B = 33.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#325745 (or 0x325745) is known color: Plantation. HEX triplet: 32, 57 and 45. RGB value is (50,87,69). Sum of RGB (Red+Green+Blue) = 50+87+69=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #325745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325745 is #CDA8BA. Grayscale: #494949. Windows color (decimal): -13478075 or 4544306. OLE color: 4544306.

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

Color convert

RGB 50 87 69 -
CMYK 0.43 0 0.21 0.66
HSL 150.81º 0.27% 0.27% -
HSV(B) 150.81º 0.43% 0.34% -
XYZ 5.8 7.92 6.85 -
YUV 73.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 50 87 69 0.43 0 0.21 0.66 150.81 0.27 0.27
Hex 32 57 45 2B 0 15 42 97 1B 1B
Octal 62 127 105 53 0 25 102 227 33 33
Binary 110010 1010111 1000101 101011 0 10101 1000010 10010111 11011 11011

Color Harmonies of #325745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325745

Black with #325745

Text Example


Text Example

White with #325745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325745; }

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

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

background-color css

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

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

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

border-color css

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

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

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