Html Css Color HEX #404F23 Bronzetone

📋 copy color: '#404F23'

red 64 ◦ green 79 ◦ blue 35

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

Shades of Bronzetone #404F23

Tints of Bronzetone #404F23

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

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

R = 35.96%
G = 44.38%
B = 19.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#404F23 (or 0x404F23) is known color: Bronzetone. HEX triplet: 40, 4F and 23. RGB value is (64,79,35). Sum of RGB (Red+Green+Blue) = 64+79+35=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #404F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F23 is #BFB0DC. Grayscale: #454545. Windows color (decimal): -12562653 or 2314048. OLE color: 2314048.

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

Color convert

RGB 64 79 35 -
CMYK 0.19 0 0.56 0.69
HSL 80.45º 0.39% 0.22% -
HSV(B) 80.45º 0.56% 0.31% -
XYZ 5.21 6.8 2.63 -
YUV 69.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 64 79 35 0.19 0 0.56 0.69 80.45 0.39 0.22
Hex 40 4F 23 13 0 38 45 50 27 16
Octal 100 117 43 23 0 70 105 120 47 26
Binary 1000000 1001111 100011 10011 0 111000 1000101 1010000 100111 10110

Color Harmonies of #404F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F23

Black with #404F23

Text Example


Text Example

White with #404F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,35); }

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

background-color css

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

 a { background-color: rgb(64,79,35); }

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

border-color css

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

 span { border-color: rgb(64,79,35); }

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