Html Css Color HEX #324F2E Palm Leaf

📋 copy color: '#324F2E'

red 50 ◦ green 79 ◦ blue 46

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

Shades of Palm Leaf #324F2E

Tints of Palm Leaf #324F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.14%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 28.57%
G = 45.14%
B = 26.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#324F2E (or 0x324F2E) is known color: Palm Leaf. HEX triplet: 32, 4F and 2E. RGB value is (50,79,46). Sum of RGB (Red+Green+Blue) = 50+79+46=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #324F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F2E is #CDB0D1. Grayscale: #424242. Windows color (decimal): -13480146 or 3034930. OLE color: 3034930.

HSL color Cylindrical-coordinate representation of color #324F2E: hue angle of 112.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324F2E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 46 -
CMYK 0.37 0 0.42 0.69
HSL 112.73º 0.26% 0.25% -
HSV(B) 112.73º 0.42% 0.31% -
XYZ 4.6 6.47 3.59 -
YUV 66.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 50 79 46 0.37 0 0.42 0.69 112.73 0.26 0.25
Hex 32 4F 2E 25 0 2A 45 71 1A 19
Octal 62 117 56 45 0 52 105 161 32 31
Binary 110010 1001111 101110 100101 0 101010 1000101 1110001 11010 11001

Color Harmonies of #324F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F2E

Black with #324F2E

Text Example


Text Example

White with #324F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324F2E; }

 p { color: rgb(50,79,46); }

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

background-color css

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

 a { background-color: rgb(50,79,46); }

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

border-color css

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

 span { border-color: rgb(50,79,46); }

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