Html Css Color HEX #325419 Palm Leaf

📋 copy color: '#325419'

red 50 ◦ green 84 ◦ blue 25

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

Shades of Palm Leaf #325419

Tints of Palm Leaf #325419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 31.45%
G = 52.83%
B = 15.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#325419 (or 0x325419) is known color: Palm Leaf. HEX triplet: 32, 54 and 19. RGB value is (50,84,25). Sum of RGB (Red+Green+Blue) = 50+84+25=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #325419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325419 is #CDABE6. Grayscale: #434343. Windows color (decimal): -13478887 or 1659954. OLE color: 1659954.

HSL color Cylindrical-coordinate representation of color #325419: hue angle of 94.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325419 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 25 -
CMYK 0.40 0 0.70 0.67
HSL 94.58º 0.54% 0.21% -
HSV(B) 94.58º 0.7% 0.33% -
XYZ 4.66 7.09 2.04 -
YUV 67.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 50 84 25 0.40 0 0.70 0.67 94.58 0.54 0.21
Hex 32 54 19 28 0 46 43 5F 36 15
Octal 62 124 31 50 0 106 103 137 66 25
Binary 110010 1010100 11001 101000 0 1000110 1000011 1011111 110110 10101

Color Harmonies of #325419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325419

Black with #325419

Text Example


Text Example

White with #325419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325419; }

 p { color: rgb(50,84,25); }

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

background-color css

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

 a { background-color: rgb(50,84,25); }

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

border-color css

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

 span { border-color: rgb(50,84,25); }

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