Html Css Color HEX #325325 Palm Leaf

📋 copy color: '#325325'

red 50 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #325325

Tints of Palm Leaf #325325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.76%

R = 29.41%
G = 48.82%
B = 21.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#325325 (or 0x325325) is known color: Palm Leaf. HEX triplet: 32, 53 and 25. RGB value is (50,83,37). Sum of RGB (Red+Green+Blue) = 50+83+37=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #325325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325325 is #CDACDA. Grayscale: #444444. Windows color (decimal): -13479131 or 2446130. OLE color: 2446130.

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

Color convert

RGB 50 83 37 -
CMYK 0.40 0 0.55 0.67
HSL 103.04º 0.38% 0.24% -
HSV(B) 103.04º 0.55% 0.33% -
XYZ 4.74 7 2.85 -
YUV 67.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 50 83 37 0.40 0 0.55 0.67 103.04 0.38 0.24
Hex 32 53 25 28 0 37 43 67 26 18
Octal 62 123 45 50 0 67 103 147 46 30
Binary 110010 1010011 100101 101000 0 110111 1000011 1100111 100110 11000

Color Harmonies of #325325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325325

Black with #325325

Text Example


Text Example

White with #325325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325325; }

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

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

background-color css

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

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

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

border-color css

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

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

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