Html Css Color HEX #404E27 Bronzetone

📋 copy color: '#404E27'

red 64 ◦ green 78 ◦ blue 39

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

Shades of Bronzetone #404E27

Tints of Bronzetone #404E27

RGB

 RED value IS 64 (25.39% from 255) = 35.36%

 GREEN value IS 78 (30.86% from 255) = 43.09%

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

R = 35.36%
G = 43.09%
B = 21.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#404E27 (or 0x404E27) is known color: Bronzetone. HEX triplet: 40, 4E and 27. RGB value is (64,78,39). Sum of RGB (Red+Green+Blue) = 64+78+39=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #404E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E27 is #BFB1D8. Grayscale: #454545. Windows color (decimal): -12562905 or 2575936. OLE color: 2575936.

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

Color convert

RGB 64 78 39 -
CMYK 0.18 0 0.50 0.69
HSL 81.54º 0.33% 0.23% -
HSV(B) 81.54º 0.5% 0.31% -
XYZ 5.2 6.69 2.94 -
YUV 69.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 64 78 39 0.18 0 0.50 0.69 81.54 0.33 0.23
Hex 40 4E 27 12 0 32 45 52 21 17
Octal 100 116 47 22 0 62 105 122 41 27
Binary 1000000 1001110 100111 10010 0 110010 1000101 1010010 100001 10111

Color Harmonies of #404E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E27

Black with #404E27

Text Example


Text Example

White with #404E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E27; }

 p { color: rgb(64,78,39); }

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

background-color css

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

 a { background-color: rgb(64,78,39); }

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

border-color css

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

 span { border-color: rgb(64,78,39); }

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