Html Css Color HEX #324130 Palm Leaf

📋 copy color: '#324130'

red 50 ◦ green 65 ◦ blue 48

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

Shades of Palm Leaf #324130

Tints of Palm Leaf #324130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 30.67%
G = 39.88%
B = 29.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#324130 (or 0x324130) is known color: Palm Leaf. HEX triplet: 32, 41 and 30. RGB value is (50,65,48). Sum of RGB (Red+Green+Blue) = 50+65+48=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #324130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324130 is #CDBECF. Grayscale: #3A3A3A. Windows color (decimal): -13483728 or 3162418. OLE color: 3162418.

HSL color Cylindrical-coordinate representation of color #324130: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #324130 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 65 48 -
CMYK 0.23 0 0.26 0.75
HSL 112.94º 0.15% 0.22% -
HSV(B) 112.94º 0.26% 0.25% -
XYZ 3.74 4.67 3.5 -
YUV 58.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 50 65 48 0.23 0 0.26 0.75 112.94 0.15 0.22
Hex 32 41 30 17 0 1A 4B 71 F 16
Octal 62 101 60 27 0 32 113 161 17 26
Binary 110010 1000001 110000 10111 0 11010 1001011 1110001 1111 10110

Color Harmonies of #324130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324130

Black with #324130

Text Example


Text Example

White with #324130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324130; }

 p { color: rgb(50,65,48); }

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

background-color css

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

 a { background-color: rgb(50,65,48); }

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

border-color css

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

 span { border-color: rgb(50,65,48); }

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