Html Css Color HEX #324625 Palm Leaf

📋 copy color: '#324625'

red 50 ◦ green 70 ◦ blue 37

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

Shades of Palm Leaf #324625

Tints of Palm Leaf #324625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 31.85%
G = 44.59%
B = 23.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#324625 (or 0x324625) is known color: Palm Leaf. HEX triplet: 32, 46 and 25. RGB value is (50,70,37). Sum of RGB (Red+Green+Blue) = 50+70+37=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #324625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324625 is #CDB9DA. Grayscale: #3C3C3C. Windows color (decimal): -13482459 or 2442802. OLE color: 2442802.

HSL color Cylindrical-coordinate representation of color #324625: hue angle of 96.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324625 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 37 -
CMYK 0.29 0 0.47 0.73
HSL 96.36º 0.31% 0.21% -
HSV(B) 96.36º 0.47% 0.27% -
XYZ 3.84 5.19 2.55 -
YUV 60.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 50 70 37 0.29 0 0.47 0.73 96.36 0.31 0.21
Hex 32 46 25 1D 0 2F 49 60 1F 15
Octal 62 106 45 35 0 57 111 140 37 25
Binary 110010 1000110 100101 11101 0 101111 1001001 1100000 11111 10101

Color Harmonies of #324625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324625

Black with #324625

Text Example


Text Example

White with #324625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324625; }

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

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

background-color css

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

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

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

border-color css

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

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

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