Html Css Color HEX #3C5237 Palm Leaf

📋 copy color: '#3C5237'

red 60 ◦ green 82 ◦ blue 55

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

Shades of Palm Leaf #3C5237

Tints of Palm Leaf #3C5237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 30.46%
G = 41.62%
B = 27.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#3C5237 (or 0x3C5237) is known color: Palm Leaf. HEX triplet: 3C, 52 and 37. RGB value is (60,82,55). Sum of RGB (Red+Green+Blue) = 60+82+55=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5237 is #C3ADC8. Grayscale: #484848. Windows color (decimal): -12824009 or 3625532. OLE color: 3625532.

HSL color Cylindrical-coordinate representation of color #3C5237: hue angle of 108.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5237 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 55 -
CMYK 0.27 0 0.33 0.68
HSL 108.89º 0.2% 0.27% -
HSV(B) 108.89º 0.33% 0.32% -
XYZ 5.57 7.27 4.72 -
YUV 72.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 60 82 55 0.27 0 0.33 0.68 108.89 0.2 0.27
Hex 3C 52 37 1B 0 21 44 6D 14 1B
Octal 74 122 67 33 0 41 104 155 24 33
Binary 111100 1010010 110111 11011 0 100001 1000100 1101101 10100 11011

Color Harmonies of #3C5237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5237

Black with #3C5237

Text Example


Text Example

White with #3C5237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,55); }

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

background-color css

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

 a { background-color: rgb(60,82,55); }

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

border-color css

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

 span { border-color: rgb(60,82,55); }

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