Html Css Color HEX #325B17 Palm Leaf

📋 copy color: '#325B17'

red 50 ◦ green 91 ◦ blue 23

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

Shades of Palm Leaf #325B17

Tints of Palm Leaf #325B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 55.49%

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 30.49%
G = 55.49%
B = 14.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#325B17 (or 0x325B17) is known color: Palm Leaf. HEX triplet: 32, 5B and 17. RGB value is (50,91,23). Sum of RGB (Red+Green+Blue) = 50+91+23=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #325B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B17 is #CDA4E8. Grayscale: #474747. Windows color (decimal): -13477097 or 1530674. OLE color: 1530674.

HSL color Cylindrical-coordinate representation of color #325B17: hue angle of 96.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325B17 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 23 -
CMYK 0.45 0 0.75 0.64
HSL 96.18º 0.6% 0.22% -
HSV(B) 96.18º 0.75% 0.36% -
XYZ 5.21 8.22 2.12 -
YUV 70.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 50 91 23 0.45 0 0.75 0.64 96.18 0.6 0.22
Hex 32 5B 17 2D 0 4B 40 60 3C 16
Octal 62 133 27 55 0 113 100 140 74 26
Binary 110010 1011011 10111 101101 0 1001011 1000000 1100000 111100 10110

Color Harmonies of #325B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B17

Black with #325B17

Text Example


Text Example

White with #325B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,23); }

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

background-color css

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

 a { background-color: rgb(50,91,23); }

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

border-color css

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

 span { border-color: rgb(50,91,23); }

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