Html Css Color HEX #325A47 Plantation

📋 copy color: '#325A47'

red 50 ◦ green 90 ◦ blue 71

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

Shades of Plantation #325A47

Tints of Plantation #325A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 23.7%
G = 42.65%
B = 33.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#325A47 (or 0x325A47) is known color: Plantation. HEX triplet: 32, 5A and 47. RGB value is (50,90,71). Sum of RGB (Red+Green+Blue) = 50+90+71=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #325A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A47 is #CDA5B8. Grayscale: #4B4B4B. Windows color (decimal): -13477305 or 4676146. OLE color: 4676146.

HSL color Cylindrical-coordinate representation of color #325A47: hue angle of 151.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A47 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 71 -
CMYK 0.44 0 0.21 0.65
HSL 151.5º 0.29% 0.27% -
HSV(B) 151.5º 0.44% 0.35% -
XYZ 6.11 8.45 7.27 -
YUV 75.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 50 90 71 0.44 0 0.21 0.65 151.5 0.29 0.27
Hex 32 5A 47 2C 0 15 41 98 1D 1B
Octal 62 132 107 54 0 25 101 230 35 33
Binary 110010 1011010 1000111 101100 0 10101 1000001 10011000 11101 11011

Color Harmonies of #325A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A47

Black with #325A47

Text Example


Text Example

White with #325A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A47; }

 p { color: rgb(50,90,71); }

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

background-color css

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

 a { background-color: rgb(50,90,71); }

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

border-color css

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

 span { border-color: rgb(50,90,71); }

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