Html Css Color HEX #3C5531 Palm Leaf

📋 copy color: '#3C5531'

red 60 ◦ green 85 ◦ blue 49

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

Shades of Palm Leaf #3C5531

Tints of Palm Leaf #3C5531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 30.93%
G = 43.81%
B = 25.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#3C5531 (or 0x3C5531) is known color: Palm Leaf. HEX triplet: 3C, 55 and 31. RGB value is (60,85,49). Sum of RGB (Red+Green+Blue) = 60+85+49=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5531 is #C3AACE. Grayscale: #494949. Windows color (decimal): -12823247 or 3233084. OLE color: 3233084.

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

Color convert

RGB 60 85 49 -
CMYK 0.29 0 0.42 0.67
HSL 101.67º 0.27% 0.26% -
HSV(B) 101.67º 0.42% 0.33% -
XYZ 5.67 7.68 4.09 -
YUV 73.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 60 85 49 0.29 0 0.42 0.67 101.67 0.27 0.26
Hex 3C 55 31 1D 0 2A 43 66 1B 1A
Octal 74 125 61 35 0 52 103 146 33 32
Binary 111100 1010101 110001 11101 0 101010 1000011 1100110 11011 11010

Color Harmonies of #3C5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5531

Black with #3C5531

Text Example


Text Example

White with #3C5531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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