Html Css Color HEX #3C5532 Palm Leaf

📋 copy color: '#3C5532'

red 60 ◦ green 85 ◦ blue 50

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

Shades of Palm Leaf #3C5532

Tints of Palm Leaf #3C5532

RGB

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

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

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

R = 30.77%
G = 43.59%
B = 25.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#3C5532 (or 0x3C5532) is known color: Palm Leaf. HEX triplet: 3C, 55 and 32. RGB value is (60,85,50). Sum of RGB (Red+Green+Blue) = 60+85+50=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5532 is #C3AACD. Grayscale: #494949. Windows color (decimal): -12823246 or 3298620. OLE color: 3298620.

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

Color convert

RGB 60 85 50 -
CMYK 0.29 0 0.41 0.67
HSL 102.86º 0.26% 0.26% -
HSV(B) 102.86º 0.41% 0.33% -
XYZ 5.69 7.69 4.2 -
YUV 73.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 60 85 50 0.29 0 0.41 0.67 102.86 0.26 0.26
Hex 3C 55 32 1D 0 29 43 67 1A 1A
Octal 74 125 62 35 0 51 103 147 32 32
Binary 111100 1010101 110010 11101 0 101001 1000011 1100111 11010 11010

Color Harmonies of #3C5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5532

Black with #3C5532

Text Example


Text Example

White with #3C5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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