Html Css Color HEX #3C5528 Mallard

📋 copy color: '#3C5528'

red 60 ◦ green 85 ◦ blue 40

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

Shades of Mallard #3C5528

Tints of Mallard #3C5528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 32.43%
G = 45.95%
B = 21.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#3C5528 (or 0x3C5528) is known color: Mallard. HEX triplet: 3C, 55 and 28. RGB value is (60,85,40). Sum of RGB (Red+Green+Blue) = 60+85+40=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5528 is #C3AAD7. Grayscale: #484848. Windows color (decimal): -12823256 or 2643260. OLE color: 2643260.

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

Color convert

RGB 60 85 40 -
CMYK 0.29 0 0.53 0.67
HSL 93.33º 0.36% 0.25% -
HSV(B) 93.33º 0.53% 0.33% -
XYZ 5.49 7.61 3.19 -
YUV 72.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 60 85 40 0.29 0 0.53 0.67 93.33 0.36 0.25
Hex 3C 55 28 1D 0 35 43 5D 24 19
Octal 74 125 50 35 0 65 103 135 44 31
Binary 111100 1010101 101000 11101 0 110101 1000011 1011101 100100 11001

Color Harmonies of #3C5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5528

Black with #3C5528

Text Example


Text Example

White with #3C5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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