Html Css Color HEX #424924 Bronzetone

📋 copy color: '#424924'

red 66 ◦ green 73 ◦ blue 36

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

Shades of Bronzetone #424924

Tints of Bronzetone #424924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 37.71%
G = 41.71%
B = 20.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#424924 (or 0x424924) is known color: Bronzetone. HEX triplet: 42, 49 and 24. RGB value is (66,73,36). Sum of RGB (Red+Green+Blue) = 66+73+36=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #424924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424924 is #BDB6DB. Grayscale: #424242. Windows color (decimal): -12433116 or 2378050. OLE color: 2378050.

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

Color convert

RGB 66 73 36 -
CMYK 0.10 0 0.51 0.71
HSL 71.35º 0.34% 0.21% -
HSV(B) 71.35º 0.51% 0.29% -
XYZ 4.95 6.05 2.58 -
YUV 66.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 66 73 36 0.10 0 0.51 0.71 71.35 0.34 0.21
Hex 42 49 24 A 0 33 47 47 22 15
Octal 102 111 44 12 0 63 107 107 42 25
Binary 1000010 1001001 100100 1010 0 110011 1000111 1000111 100010 10101

Color Harmonies of #424924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424924

Black with #424924

Text Example


Text Example

White with #424924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424924; }

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

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

background-color css

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

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

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

border-color css

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

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

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