Html Css Color HEX #325343 Plantation

📋 copy color: '#325343'

red 50 ◦ green 83 ◦ blue 67

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

Shades of Plantation #325343

Tints of Plantation #325343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 25%
G = 41.5%
B = 33.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#325343 (or 0x325343) is known color: Plantation. HEX triplet: 32, 53 and 43. RGB value is (50,83,67). Sum of RGB (Red+Green+Blue) = 50+83+67=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #325343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325343 is #CDACBC. Grayscale: #474747. Windows color (decimal): -13479101 or 4412210. OLE color: 4412210.

HSL color Cylindrical-coordinate representation of color #325343: hue angle of 150.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325343 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 83 67 -
CMYK 0.40 0 0.19 0.67
HSL 150.91º 0.25% 0.26% -
HSV(B) 150.91º 0.4% 0.33% -
XYZ 5.42 7.27 6.43 -
YUV 71.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 50 83 67 0.40 0 0.19 0.67 150.91 0.25 0.26
Hex 32 53 43 28 0 13 43 97 19 1A
Octal 62 123 103 50 0 23 103 227 31 32
Binary 110010 1010011 1000011 101000 0 10011 1000011 10010111 11001 11010

Color Harmonies of #325343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325343

Black with #325343

Text Example


Text Example

White with #325343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325343; }

 p { color: rgb(50,83,67); }

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

background-color css

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

 a { background-color: rgb(50,83,67); }

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

border-color css

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

 span { border-color: rgb(50,83,67); }

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