Html Css Color HEX #365023 Mallard

📋 copy color: '#365023'

red 54 ◦ green 80 ◦ blue 35

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

Shades of Mallard #365023

Tints of Mallard #365023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 31.95%
G = 47.34%
B = 20.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#365023 (or 0x365023) is known color: Mallard. HEX triplet: 36, 50 and 23. RGB value is (54,80,35). Sum of RGB (Red+Green+Blue) = 54+80+35=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #365023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365023 is #C9AFDC. Grayscale: #434343. Windows color (decimal): -13217757 or 2314294. OLE color: 2314294.

HSL color Cylindrical-coordinate representation of color #365023: hue angle of 94.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365023 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 35 -
CMYK 0.33 0 0.56 0.69
HSL 94.67º 0.39% 0.23% -
HSV(B) 94.67º 0.56% 0.31% -
XYZ 4.69 6.64 2.62 -
YUV 67.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 54 80 35 0.33 0 0.56 0.69 94.67 0.39 0.23
Hex 36 50 23 21 0 38 45 5F 27 17
Octal 66 120 43 41 0 70 105 137 47 27
Binary 110110 1010000 100011 100001 0 111000 1000101 1011111 100111 10111

Color Harmonies of #365023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365023

Black with #365023

Text Example


Text Example

White with #365023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365023; }

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

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

background-color css

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

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

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

border-color css

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

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

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