Html Css Color HEX #3C5032 Palm Leaf

📋 copy color: '#3C5032'

red 60 ◦ green 80 ◦ blue 50

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

Shades of Palm Leaf #3C5032

Tints of Palm Leaf #3C5032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 31.58%
G = 42.11%
B = 26.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#3C5032 (or 0x3C5032) is known color: Palm Leaf. HEX triplet: 3C, 50 and 32. RGB value is (60,80,50). Sum of RGB (Red+Green+Blue) = 60+80+50=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5032 is #C3AFCD. Grayscale: #464646. Windows color (decimal): -12824526 or 3297340. OLE color: 3297340.

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

Color convert

RGB 60 80 50 -
CMYK 0.25 0 0.37 0.69
HSL 100º 0.23% 0.25% -
HSV(B) 100º 0.38% 0.31% -
XYZ 5.31 6.93 4.08 -
YUV 70.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 60 80 50 0.25 0 0.37 0.69 100 0.23 0.25
Hex 3C 50 32 19 0 25 45 64 17 19
Octal 74 120 62 31 0 45 105 144 27 31
Binary 111100 1010000 110010 11001 0 100101 1000101 1100100 10111 11001

Color Harmonies of #3C5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5032

Black with #3C5032

Text Example


Text Example

White with #3C5032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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