Html Css Color HEX #3C5039 Palm Leaf

📋 copy color: '#3C5039'

red 60 ◦ green 80 ◦ blue 57

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

Shades of Palm Leaf #3C5039

Tints of Palm Leaf #3C5039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 57 (22.66% from 255) = 28.93%

R = 30.46%
G = 40.61%
B = 28.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#3C5039 (or 0x3C5039) is known color: Palm Leaf. HEX triplet: 3C, 50 and 39. RGB value is (60,80,57). Sum of RGB (Red+Green+Blue) = 60+80+57=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5039 is #C3AFC6. Grayscale: #474747. Windows color (decimal): -12824519 or 3756092. OLE color: 3756092.

HSL color Cylindrical-coordinate representation of color #3C5039: hue angle of 112.17º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5039 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 80 57 -
CMYK 0.25 0 0.29 0.69
HSL 112.17º 0.17% 0.27% -
HSV(B) 112.17º 0.29% 0.31% -
XYZ 5.47 6.99 4.93 -
YUV 71.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 60 80 57 0.25 0 0.29 0.69 112.17 0.17 0.27
Hex 3C 50 39 19 0 1D 45 70 11 1B
Octal 74 120 71 31 0 35 105 160 21 33
Binary 111100 1010000 111001 11001 0 11101 1000101 1110000 10001 11011

Color Harmonies of #3C5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5039

Black with #3C5039

Text Example


Text Example

White with #3C5039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,57); }

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

background-color css

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

 a { background-color: rgb(60,80,57); }

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

border-color css

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

 span { border-color: rgb(60,80,57); }

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