Html Css Color HEX #353E2E Mallard

📋 copy color: '#353E2E'

red 53 ◦ green 62 ◦ blue 46

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

Shades of Mallard #353E2E

Tints of Mallard #353E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.51%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 32.92%
G = 38.51%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#353E2E (or 0x353E2E) is known color: Mallard. HEX triplet: 35, 3E and 2E. RGB value is (53,62,46). Sum of RGB (Red+Green+Blue) = 53+62+46=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #353E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E2E is #CAC1D1. Grayscale: #393939. Windows color (decimal): -13287890 or 3030581. OLE color: 3030581.

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

Color convert

RGB 53 62 46 -
CMYK 0.15 0 0.26 0.76
HSL 93.75º 0.15% 0.21% -
HSV(B) 93.75º 0.26% 0.24% -
XYZ 3.68 4.4 3.24 -
YUV 57.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 53 62 46 0.15 0 0.26 0.76 93.75 0.15 0.21
Hex 35 3E 2E F 0 1A 4C 5E F 15
Octal 65 76 56 17 0 32 114 136 17 25
Binary 110101 111110 101110 1111 0 11010 1001100 1011110 1111 10101

Color Harmonies of #353E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E2E

Black with #353E2E

Text Example


Text Example

White with #353E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,46); }

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

background-color css

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

 a { background-color: rgb(53,62,46); }

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

border-color css

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

 span { border-color: rgb(53,62,46); }

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