Html Css Color HEX #325923 Palm Leaf

📋 copy color: '#325923'

red 50 ◦ green 89 ◦ blue 35

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

Shades of Palm Leaf #325923

Tints of Palm Leaf #325923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.15%

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

R = 28.74%
G = 51.15%
B = 20.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#325923 (or 0x325923) is known color: Palm Leaf. HEX triplet: 32, 59 and 23. RGB value is (50,89,35). Sum of RGB (Red+Green+Blue) = 50+89+35=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #325923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325923 is #CDA6DC. Grayscale: #474747. Windows color (decimal): -13477597 or 2316594. OLE color: 2316594.

HSL color Cylindrical-coordinate representation of color #325923: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325923 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 35 -
CMYK 0.44 0 0.61 0.65
HSL 103.33º 0.44% 0.24% -
HSV(B) 103.33º 0.61% 0.35% -
XYZ 5.19 7.94 2.85 -
YUV 71.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 50 89 35 0.44 0 0.61 0.65 103.33 0.44 0.24
Hex 32 59 23 2C 0 3D 41 67 2C 18
Octal 62 131 43 54 0 75 101 147 54 30
Binary 110010 1011001 100011 101100 0 111101 1000001 1100111 101100 11000

Color Harmonies of #325923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325923

Black with #325923

Text Example


Text Example

White with #325923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325923; }

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

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

background-color css

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

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

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

border-color css

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

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

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