Html Css Color HEX #424928 Bronzetone

📋 copy color: '#424928'

red 66 ◦ green 73 ◦ blue 40

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

Shades of Bronzetone #424928

Tints of Bronzetone #424928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 36.87%
G = 40.78%
B = 22.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#424928 (or 0x424928) is known color: Bronzetone. HEX triplet: 42, 49 and 28. RGB value is (66,73,40). Sum of RGB (Red+Green+Blue) = 66+73+40=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #424928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424928 is #BDB6D7. Grayscale: #434343. Windows color (decimal): -12433112 or 2640194. OLE color: 2640194.

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

Color convert

RGB 66 73 40 -
CMYK 0.10 0 0.45 0.71
HSL 72.73º 0.29% 0.22% -
HSV(B) 72.73º 0.45% 0.29% -
XYZ 5.01 6.08 2.92 -
YUV 67.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 66 73 40 0.10 0 0.45 0.71 72.73 0.29 0.22
Hex 42 49 28 A 0 2D 47 49 1D 16
Octal 102 111 50 12 0 55 107 111 35 26
Binary 1000010 1001001 101000 1010 0 101101 1000111 1001001 11101 10110

Color Harmonies of #424928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424928

Black with #424928

Text Example


Text Example

White with #424928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424928; }

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

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

background-color css

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

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

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

border-color css

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

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

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