Html Css Color HEX #424824 Bronzetone

📋 copy color: '#424824'

red 66 ◦ green 72 ◦ blue 36

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

Shades of Bronzetone #424824

Tints of Bronzetone #424824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

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

R = 37.93%
G = 41.38%
B = 20.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#424824 (or 0x424824) is known color: Bronzetone. HEX triplet: 42, 48 and 24. RGB value is (66,72,36). Sum of RGB (Red+Green+Blue) = 66+72+36=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #424824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424824 is #BDB7DB. Grayscale: #424242. Windows color (decimal): -12433372 or 2377794. OLE color: 2377794.

HSL color Cylindrical-coordinate representation of color #424824: hue angle of 70º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424824 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 36 -
CMYK 0.08 0 0.5 0.72
HSL 70º 0.33% 0.21% -
HSV(B) 70º 0.5% 0.28% -
XYZ 4.88 5.92 2.55 -
YUV 66.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 66 72 36 0.08 0 0.5 0.72 70 0.33 0.21
Hex 42 48 24 8 0 32 48 46 21 15
Octal 102 110 44 10 0 62 110 106 41 25
Binary 1000010 1001000 100100 1000 0 110010 1001000 1000110 100001 10101

Color Harmonies of #424824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424824

Black with #424824

Text Example


Text Example

White with #424824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424824; }

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

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

background-color css

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

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

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

border-color css

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

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

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