Html Css Color HEX #323E2D Palm Leaf

📋 copy color: '#323E2D'

red 50 ◦ green 62 ◦ blue 45

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

Shades of Palm Leaf #323E2D

Tints of Palm Leaf #323E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

 BLUE value IS 45 (17.97% from 255) = 28.66%

R = 31.85%
G = 39.49%
B = 28.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#323E2D (or 0x323E2D) is known color: Palm Leaf. HEX triplet: 32, 3E and 2D. RGB value is (50,62,45). Sum of RGB (Red+Green+Blue) = 50+62+45=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2D is #CDC1D2. Grayscale: #383838. Windows color (decimal): -13484499 or 2965042. OLE color: 2965042.

HSL color Cylindrical-coordinate representation of color #323E2D: hue angle of 102.35º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #323E2D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 62 45 -
CMYK 0.19 0 0.27 0.76
HSL 102.35º 0.16% 0.21% -
HSV(B) 102.35º 0.27% 0.24% -
XYZ 3.51 4.31 3.13 -
YUV 56.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 50 62 45 0.19 0 0.27 0.76 102.35 0.16 0.21
Hex 32 3E 2D 13 0 1B 4C 66 10 15
Octal 62 76 55 23 0 33 114 146 20 25
Binary 110010 111110 101101 10011 0 11011 1001100 1100110 10000 10101

Color Harmonies of #323E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E2D

Black with #323E2D

Text Example


Text Example

White with #323E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323E2D; }

 p { color: rgb(50,62,45); }

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

background-color css

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

 a { background-color: rgb(50,62,45); }

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

border-color css

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

 span { border-color: rgb(50,62,45); }

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