Html Css Color HEX #324F22 Palm Leaf

📋 copy color: '#324F22'

red 50 ◦ green 79 ◦ blue 34

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

Shades of Palm Leaf #324F22

Tints of Palm Leaf #324F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 30.67%
G = 48.47%
B = 20.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.69

RGB Variations

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

Color information

#324F22 (or 0x324F22) is known color: Palm Leaf. HEX triplet: 32, 4F and 22. RGB value is (50,79,34). Sum of RGB (Red+Green+Blue) = 50+79+34=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #324F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F22 is #CDB0DD. Grayscale: #414141. Windows color (decimal): -13480158 or 2248498. OLE color: 2248498.

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

Color convert

RGB 50 79 34 -
CMYK 0.37 0 0.57 0.69
HSL 98.67º 0.4% 0.22% -
HSV(B) 98.67º 0.57% 0.31% -
XYZ 4.4 6.39 2.51 -
YUV 65.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 50 79 34 0.37 0 0.57 0.69 98.67 0.4 0.22
Hex 32 4F 22 25 0 39 45 63 28 16
Octal 62 117 42 45 0 71 105 143 50 26
Binary 110010 1001111 100010 100101 0 111001 1000101 1100011 101000 10110

Color Harmonies of #324F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F22

Black with #324F22

Text Example


Text Example

White with #324F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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