Html Css Color HEX #324F2F Palm Leaf

📋 copy color: '#324F2F'

red 50 ◦ green 79 ◦ blue 47

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

Shades of Palm Leaf #324F2F

Tints of Palm Leaf #324F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 28.41%
G = 44.89%
B = 26.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#324F2F (or 0x324F2F) is known color: Palm Leaf. HEX triplet: 32, 4F and 2F. RGB value is (50,79,47). Sum of RGB (Red+Green+Blue) = 50+79+47=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #324F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F2F is #CDB0D0. Grayscale: #424242. Windows color (decimal): -13480145 or 3100466. OLE color: 3100466.

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

Color convert

RGB 50 79 47 -
CMYK 0.37 0 0.41 0.69
HSL 114.38º 0.25% 0.25% -
HSV(B) 114.38º 0.41% 0.31% -
XYZ 4.62 6.48 3.7 -
YUV 66.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 50 79 47 0.37 0 0.41 0.69 114.38 0.25 0.25
Hex 32 4F 2F 25 0 29 45 72 19 19
Octal 62 117 57 45 0 51 105 162 31 31
Binary 110010 1001111 101111 100101 0 101001 1000101 1110010 11001 11001

Color Harmonies of #324F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F2F

Black with #324F2F

Text Example


Text Example

White with #324F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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