Html Css Color HEX #364B27 Mallard

📋 copy color: '#364B27'

red 54 ◦ green 75 ◦ blue 39

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

Shades of Mallard #364B27

Tints of Mallard #364B27

RGB

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

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

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

R = 32.14%
G = 44.64%
B = 23.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#364B27 (or 0x364B27) is known color: Mallard. HEX triplet: 36, 4B and 27. RGB value is (54,75,39). Sum of RGB (Red+Green+Blue) = 54+75+39=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #364B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B27 is #C9B4D8. Grayscale: #404040. Windows color (decimal): -13219033 or 2575158. OLE color: 2575158.

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

Color convert

RGB 54 75 39 -
CMYK 0.28 0 0.48 0.71
HSL 95º 0.32% 0.22% -
HSV(B) 95º 0.48% 0.29% -
XYZ 4.4 5.96 2.84 -
YUV 64.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 54 75 39 0.28 0 0.48 0.71 95 0.32 0.22
Hex 36 4B 27 1C 0 30 47 5F 20 16
Octal 66 113 47 34 0 60 107 137 40 26
Binary 110110 1001011 100111 11100 0 110000 1000111 1011111 100000 10110

Color Harmonies of #364B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B27

Black with #364B27

Text Example


Text Example

White with #364B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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