Html Css Color HEX #365022 Mallard

📋 copy color: '#365022'

red 54 ◦ green 80 ◦ blue 34

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

Shades of Mallard #365022

Tints of Mallard #365022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 32.14%
G = 47.62%
B = 20.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#365022 (or 0x365022) is known color: Mallard. HEX triplet: 36, 50 and 22. RGB value is (54,80,34). Sum of RGB (Red+Green+Blue) = 54+80+34=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #365022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365022 is #C9AFDD. Grayscale: #434343. Windows color (decimal): -13217758 or 2248758. OLE color: 2248758.

HSL color Cylindrical-coordinate representation of color #365022: hue angle of 93.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #365022 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 34 -
CMYK 0.33 0 0.58 0.69
HSL 93.91º 0.4% 0.22% -
HSV(B) 93.91º 0.58% 0.31% -
XYZ 4.68 6.64 2.55 -
YUV 66.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 54 80 34 0.33 0 0.58 0.69 93.91 0.4 0.22
Hex 36 50 22 21 0 3A 45 5E 28 16
Octal 66 120 42 41 0 72 105 136 50 26
Binary 110110 1010000 100010 100001 0 111010 1000101 1011110 101000 10110

Color Harmonies of #365022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365022

Black with #365022

Text Example


Text Example

White with #365022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365022; }

 p { color: rgb(54,80,34); }

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

background-color css

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

 a { background-color: rgb(54,80,34); }

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

border-color css

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

 span { border-color: rgb(54,80,34); }

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