Html Css Color HEX #3C552C Palm Leaf

📋 copy color: '#3C552C'

red 60 ◦ green 85 ◦ blue 44

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

Shades of Palm Leaf #3C552C

Tints of Palm Leaf #3C552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 31.75%
G = 44.97%
B = 23.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3C552C (or 0x3C552C) is known color: Palm Leaf. HEX triplet: 3C, 55 and 2C. RGB value is (60,85,44). Sum of RGB (Red+Green+Blue) = 60+85+44=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552C is #C3AAD3. Grayscale: #484848. Windows color (decimal): -12823252 or 2905404. OLE color: 2905404.

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

Color convert

RGB 60 85 44 -
CMYK 0.29 0 0.48 0.67
HSL 96.59º 0.32% 0.25% -
HSV(B) 96.59º 0.48% 0.33% -
XYZ 5.57 7.64 3.56 -
YUV 72.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 60 85 44 0.29 0 0.48 0.67 96.59 0.32 0.25
Hex 3C 55 2C 1D 0 30 43 61 20 19
Octal 74 125 54 35 0 60 103 141 40 31
Binary 111100 1010101 101100 11101 0 110000 1000011 1100001 100000 11001

Color Harmonies of #3C552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C552C

Black with #3C552C

Text Example


Text Example

White with #3C552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,44); }

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

background-color css

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

 a { background-color: rgb(60,85,44); }

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

border-color css

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

 span { border-color: rgb(60,85,44); }

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