Html Css Color HEX #3C582C Palm Leaf

📋 copy color: '#3C582C'

red 60 ◦ green 88 ◦ blue 44

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

Shades of Palm Leaf #3C582C

Tints of Palm Leaf #3C582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 31.25%
G = 45.83%
B = 22.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#3C582C (or 0x3C582C) is known color: Palm Leaf. HEX triplet: 3C, 58 and 2C. RGB value is (60,88,44). Sum of RGB (Red+Green+Blue) = 60+88+44=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #3C582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C582C is #C3A7D3. Grayscale: #4A4A4A. Windows color (decimal): -12822484 or 2906172. OLE color: 2906172.

HSL color Cylindrical-coordinate representation of color #3C582C: hue angle of 98.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C582C is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 44 -
CMYK 0.32 0 0.5 0.65
HSL 98.18º 0.33% 0.26% -
HSV(B) 98.18º 0.5% 0.35% -
XYZ 5.81 8.12 3.64 -
YUV 74.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 60 88 44 0.32 0 0.5 0.65 98.18 0.33 0.26
Hex 3C 58 2C 20 0 32 41 62 21 1A
Octal 74 130 54 40 0 62 101 142 41 32
Binary 111100 1011000 101100 100000 0 110010 1000001 1100010 100001 11010

Color Harmonies of #3C582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C582C

Black with #3C582C

Text Example


Text Example

White with #3C582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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