Html Css Color HEX #325B46 Plantation

📋 copy color: '#325B46'

red 50 ◦ green 91 ◦ blue 70

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

Shades of Plantation #325B46

Tints of Plantation #325B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.13%

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

R = 23.7%
G = 43.13%
B = 33.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#325B46 (or 0x325B46) is known color: Plantation. HEX triplet: 32, 5B and 46. RGB value is (50,91,70). Sum of RGB (Red+Green+Blue) = 50+91+70=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #325B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B46 is #CDA4B9. Grayscale: #4C4C4C. Windows color (decimal): -13477050 or 4610866. OLE color: 4610866.

HSL color Cylindrical-coordinate representation of color #325B46: hue angle of 149.27º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B46 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 70 -
CMYK 0.45 0 0.23 0.64
HSL 149.27º 0.29% 0.28% -
HSV(B) 149.27º 0.45% 0.36% -
XYZ 6.16 8.6 7.13 -
YUV 76.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 50 91 70 0.45 0 0.23 0.64 149.27 0.29 0.28
Hex 32 5B 46 2D 0 17 40 95 1D 1C
Octal 62 133 106 55 0 27 100 225 35 34
Binary 110010 1011011 1000110 101101 0 10111 1000000 10010101 11101 11100

Color Harmonies of #325B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B46

Black with #325B46

Text Example


Text Example

White with #325B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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