Html Css Color HEX #364A27 Mallard

📋 copy color: '#364A27'

red 54 ◦ green 74 ◦ blue 39

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

Shades of Mallard #364A27

Tints of Mallard #364A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 32.34%
G = 44.31%
B = 23.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#364A27 (or 0x364A27) is known color: Mallard. HEX triplet: 36, 4A and 27. RGB value is (54,74,39). Sum of RGB (Red+Green+Blue) = 54+74+39=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #364A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A27 is #C9B5D8. Grayscale: #404040. Windows color (decimal): -13219289 or 2574902. OLE color: 2574902.

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

Color convert

RGB 54 74 39 -
CMYK 0.27 0 0.47 0.71
HSL 94.29º 0.31% 0.22% -
HSV(B) 94.29º 0.47% 0.29% -
XYZ 4.34 5.83 2.82 -
YUV 64.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 54 74 39 0.27 0 0.47 0.71 94.29 0.31 0.22
Hex 36 4A 27 1B 0 2F 47 5E 1F 16
Octal 66 112 47 33 0 57 107 136 37 26
Binary 110110 1001010 100111 11011 0 101111 1000111 1011110 11111 10110

Color Harmonies of #364A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A27

Black with #364A27

Text Example


Text Example

White with #364A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,74,39); }

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

background-color css

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

 a { background-color: rgb(54,74,39); }

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

border-color css

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

 span { border-color: rgb(54,74,39); }

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