Html Css Color HEX #364B26 Mallard

📋 copy color: '#364B26'

red 54 ◦ green 75 ◦ blue 38

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

Shades of Mallard #364B26

Tints of Mallard #364B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.91%

 BLUE value IS 38 (15.23% from 255) = 22.75%

R = 32.34%
G = 44.91%
B = 22.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#364B26 (or 0x364B26) is known color: Mallard. HEX triplet: 36, 4B and 26. RGB value is (54,75,38). Sum of RGB (Red+Green+Blue) = 54+75+38=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #364B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B26 is #C9B4D9. Grayscale: #404040. Windows color (decimal): -13219034 or 2509622. OLE color: 2509622.

HSL color Cylindrical-coordinate representation of color #364B26: hue angle of 94.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364B26 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 38 -
CMYK 0.28 0 0.49 0.71
HSL 94.05º 0.33% 0.22% -
HSV(B) 94.05º 0.49% 0.29% -
XYZ 4.39 5.96 2.75 -
YUV 64.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 54 75 38 0.28 0 0.49 0.71 94.05 0.33 0.22
Hex 36 4B 26 1C 0 31 47 5E 21 16
Octal 66 113 46 34 0 61 107 136 41 26
Binary 110110 1001011 100110 11100 0 110001 1000111 1011110 100001 10110

Color Harmonies of #364B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B26

Black with #364B26

Text Example


Text Example

White with #364B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B26; }

 p { color: rgb(54,75,38); }

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

background-color css

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

 a { background-color: rgb(54,75,38); }

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

border-color css

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

 span { border-color: rgb(54,75,38); }

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