Html Css Color HEX #3C552B Mallard

📋 copy color: '#3C552B'

red 60 ◦ green 85 ◦ blue 43

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

Shades of Mallard #3C552B

Tints of Mallard #3C552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 31.91%
G = 45.21%
B = 22.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#3C552B (or 0x3C552B) is known color: Mallard. HEX triplet: 3C, 55 and 2B. RGB value is (60,85,43). Sum of RGB (Red+Green+Blue) = 60+85+43=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552B is #C3AAD4. Grayscale: #484848. Windows color (decimal): -12823253 or 2839868. OLE color: 2839868.

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

Color convert

RGB 60 85 43 -
CMYK 0.29 0 0.49 0.67
HSL 95.71º 0.33% 0.25% -
HSV(B) 95.71º 0.49% 0.33% -
XYZ 5.55 7.63 3.47 -
YUV 72.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 60 85 43 0.29 0 0.49 0.67 95.71 0.33 0.25
Hex 3C 55 2B 1D 0 31 43 60 21 19
Octal 74 125 53 35 0 61 103 140 41 31
Binary 111100 1010101 101011 11101 0 110001 1000011 1100000 100001 11001

Color Harmonies of #3C552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C552B

Black with #3C552B

Text Example


Text Example

White with #3C552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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