Html Css Color HEX #3C5530 Palm Leaf

📋 copy color: '#3C5530'

red 60 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #3C5530

Tints of Palm Leaf #3C5530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 31.09%
G = 44.04%
B = 24.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#3C5530 (or 0x3C5530) is known color: Palm Leaf. HEX triplet: 3C, 55 and 30. RGB value is (60,85,48). Sum of RGB (Red+Green+Blue) = 60+85+48=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5530 is #C3AACF. Grayscale: #494949. Windows color (decimal): -12823248 or 3167548. OLE color: 3167548.

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

Color convert

RGB 60 85 48 -
CMYK 0.29 0 0.44 0.67
HSL 100.54º 0.28% 0.26% -
HSV(B) 100.54º 0.44% 0.33% -
XYZ 5.65 7.67 3.98 -
YUV 73.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 60 85 48 0.29 0 0.44 0.67 100.54 0.28 0.26
Hex 3C 55 30 1D 0 2C 43 65 1C 1A
Octal 74 125 60 35 0 54 103 145 34 32
Binary 111100 1010101 110000 11101 0 101100 1000011 1100101 11100 11010

Color Harmonies of #3C5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5530

Black with #3C5530

Text Example


Text Example

White with #3C5530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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