Html Css Color HEX #424920 Bronzetone

📋 copy color: '#424920'

red 66 ◦ green 73 ◦ blue 32

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

Shades of Bronzetone #424920

Tints of Bronzetone #424920

RGB

 RED value IS 66 (26.17% from 255) = 38.6%

 GREEN value IS 73 (28.91% from 255) = 42.69%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 38.6%
G = 42.69%
B = 18.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#424920 (or 0x424920) is known color: Bronzetone. HEX triplet: 42, 49 and 20. RGB value is (66,73,32). Sum of RGB (Red+Green+Blue) = 66+73+32=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #424920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424920 is #BDB6DF. Grayscale: #424242. Windows color (decimal): -12433120 or 2115906. OLE color: 2115906.

HSL color Cylindrical-coordinate representation of color #424920: hue angle of 70.24º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424920 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 32 -
CMYK 0.10 0 0.56 0.71
HSL 70.24º 0.39% 0.21% -
HSV(B) 70.24º 0.56% 0.29% -
XYZ 4.89 6.03 2.27 -
YUV 66.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 66 73 32 0.10 0 0.56 0.71 70.24 0.39 0.21
Hex 42 49 20 A 0 38 47 46 27 15
Octal 102 111 40 12 0 70 107 106 47 25
Binary 1000010 1001001 100000 1010 0 111000 1000111 1000110 100111 10101

Color Harmonies of #424920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424920

Black with #424920

Text Example


Text Example

White with #424920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424920; }

 p { color: rgb(66,73,32); }

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

background-color css

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

 a { background-color: rgb(66,73,32); }

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

border-color css

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

 span { border-color: rgb(66,73,32); }

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