Html Css Color HEX #353C2F Mallard

📋 copy color: '#353C2F'

red 53 ◦ green 60 ◦ blue 47

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

Shades of Mallard #353C2F

Tints of Mallard #353C2F

RGB

 RED value IS 53 (21.09% from 255) = 33.13%

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 33.13%
G = 37.5%
B = 29.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.76

RGB Variations

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

Color information

#353C2F (or 0x353C2F) is known color: Mallard. HEX triplet: 35, 3C and 2F. RGB value is (53,60,47). Sum of RGB (Red+Green+Blue) = 53+60+47=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 60 - color contains mainly: green. Hex color #353C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C2F is #CAC3D0. Grayscale: #383838. Windows color (decimal): -13288401 or 3095605. OLE color: 3095605.

HSL color Cylindrical-coordinate representation of color #353C2F: hue angle of 92.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353C2F is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 60 47 -
CMYK 0.12 0 0.22 0.76
HSL 92.31º 0.12% 0.21% -
HSV(B) 92.31º 0.22% 0.24% -
XYZ 3.6 4.19 3.31 -
YUV 56.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 53 60 47 0.12 0 0.22 0.76 92.31 0.12 0.21
Hex 35 3C 2F C 0 16 4C 5C C 15
Octal 65 74 57 14 0 26 114 134 14 25
Binary 110101 111100 101111 1100 0 10110 1001100 1011100 1100 10101

Color Harmonies of #353C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C2F

Black with #353C2F

Text Example


Text Example

White with #353C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353C2F; }

 p { color: rgb(53,60,47); }

 H1.HeaderClassName
 {
   color: #353C2F;
 }
 .AnyTagClassName
 {
   color: #353C2F;
 }
</style>

background-color css

<style>
 a { background-color: #353C2F; }

 a { background-color: rgb(53,60,47); }

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

border-color css

<style>
 span { border-color: #353C2F; }

 span { border-color: rgb(53,60,47); }

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