Html Css Color HEX #325323 Palm Leaf

📋 copy color: '#325323'

red 50 ◦ green 83 ◦ blue 35

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

Shades of Palm Leaf #325323

Tints of Palm Leaf #325323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 29.76%
G = 49.4%
B = 20.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#325323 (or 0x325323) is known color: Palm Leaf. HEX triplet: 32, 53 and 23. RGB value is (50,83,35). Sum of RGB (Red+Green+Blue) = 50+83+35=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #325323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325323 is #CDACDC. Grayscale: #434343. Windows color (decimal): -13479133 or 2315058. OLE color: 2315058.

HSL color Cylindrical-coordinate representation of color #325323: hue angle of 101.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325323 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 83 35 -
CMYK 0.40 0 0.58 0.67
HSL 101.25º 0.41% 0.23% -
HSV(B) 101.25º 0.58% 0.33% -
XYZ 4.71 6.99 2.69 -
YUV 67.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 50 83 35 0.40 0 0.58 0.67 101.25 0.41 0.23
Hex 32 53 23 28 0 3A 43 65 29 17
Octal 62 123 43 50 0 72 103 145 51 27
Binary 110010 1010011 100011 101000 0 111010 1000011 1100101 101001 10111

Color Harmonies of #325323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325323

Black with #325323

Text Example


Text Example

White with #325323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325323; }

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

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

background-color css

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

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

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

border-color css

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

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

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