Html Css Color HEX #3C542D Palm Leaf

📋 copy color: '#3C542D'

red 60 ◦ green 84 ◦ blue 45

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

Shades of Palm Leaf #3C542D

Tints of Palm Leaf #3C542D

RGB

 RED value IS 60 (23.83% from 255) = 31.75%

 GREEN value IS 84 (33.2% from 255) = 44.44%

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

R = 31.75%
G = 44.44%
B = 23.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3C542D (or 0x3C542D) is known color: Palm Leaf. HEX triplet: 3C, 54 and 2D. RGB value is (60,84,45). Sum of RGB (Red+Green+Blue) = 60+84+45=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542D is #C3ABD2. Grayscale: #484848. Windows color (decimal): -12823507 or 2970684. OLE color: 2970684.

HSL color Cylindrical-coordinate representation of color #3C542D: hue angle of 96.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C542D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 45 -
CMYK 0.29 0 0.46 0.67
HSL 96.92º 0.3% 0.25% -
HSV(B) 96.92º 0.46% 0.33% -
XYZ 5.51 7.49 3.64 -
YUV 72.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 60 84 45 0.29 0 0.46 0.67 96.92 0.3 0.25
Hex 3C 54 2D 1D 0 2E 43 61 1E 19
Octal 74 124 55 35 0 56 103 141 36 31
Binary 111100 1010100 101101 11101 0 101110 1000011 1100001 11110 11001

Color Harmonies of #3C542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C542D

Black with #3C542D

Text Example


Text Example

White with #3C542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C542D; }

 p { color: rgb(60,84,45); }

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

background-color css

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

 a { background-color: rgb(60,84,45); }

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

border-color css

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

 span { border-color: rgb(60,84,45); }

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