Html Css Color HEX #364629 Mallard

📋 copy color: '#364629'

red 54 ◦ green 70 ◦ blue 41

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

Shades of Mallard #364629

Tints of Mallard #364629

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

 GREEN value IS 70 (27.73% from 255) = 42.42%

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 32.73%
G = 42.42%
B = 24.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#364629 (or 0x364629) is known color: Mallard. HEX triplet: 36, 46 and 29. RGB value is (54,70,41). Sum of RGB (Red+Green+Blue) = 54+70+41=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #364629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364629 is #C9B9D6. Grayscale: #3E3E3E. Windows color (decimal): -13220311 or 2704950. OLE color: 2704950.

HSL color Cylindrical-coordinate representation of color #364629: hue angle of 93.1º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364629 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 41 -
CMYK 0.23 0 0.41 0.73
HSL 93.1º 0.26% 0.22% -
HSV(B) 93.1º 0.41% 0.27% -
XYZ 4.11 5.32 2.91 -
YUV 61.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 54 70 41 0.23 0 0.41 0.73 93.1 0.26 0.22
Hex 36 46 29 17 0 29 49 5D 1A 16
Octal 66 106 51 27 0 51 111 135 32 26
Binary 110110 1000110 101001 10111 0 101001 1001001 1011101 11010 10110

Color Harmonies of #364629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364629

Black with #364629

Text Example


Text Example

White with #364629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364629; }

 p { color: rgb(54,70,41); }

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

background-color css

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

 a { background-color: rgb(54,70,41); }

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

border-color css

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

 span { border-color: rgb(54,70,41); }

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