Html Css Color HEX #325E48 Plantation

📋 copy color: '#325E48'

red 50 ◦ green 94 ◦ blue 72

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

Shades of Plantation #325E48

Tints of Plantation #325E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.52%

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 23.15%
G = 43.52%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#325E48 (or 0x325E48) is known color: Plantation. HEX triplet: 32, 5E and 48. RGB value is (50,94,72). Sum of RGB (Red+Green+Blue) = 50+94+72=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #325E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E48 is #CDA1B7. Grayscale: #4E4E4E. Windows color (decimal): -13476280 or 4742706. OLE color: 4742706.

HSL color Cylindrical-coordinate representation of color #325E48: hue angle of 150º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E48 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 72 -
CMYK 0.47 0 0.23 0.63
HSL 150º 0.31% 0.28% -
HSV(B) 150º 0.47% 0.37% -
XYZ 6.49 9.15 7.56 -
YUV 78.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 50 94 72 0.47 0 0.23 0.63 150 0.31 0.28
Hex 32 5E 48 2F 0 17 3F 96 1F 1C
Octal 62 136 110 57 0 27 77 226 37 34
Binary 110010 1011110 1001000 101111 0 10111 111111 10010110 11111 11100

Color Harmonies of #325E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E48

Black with #325E48

Text Example


Text Example

White with #325E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,94,72); }

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

background-color css

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

 a { background-color: rgb(50,94,72); }

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

border-color css

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

 span { border-color: rgb(50,94,72); }

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