Html Css Color HEX #424628 Bronzetone

📋 copy color: '#424628'

red 66 ◦ green 70 ◦ blue 40

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

Shades of Bronzetone #424628

Tints of Bronzetone #424628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 37.5%
G = 39.77%
B = 22.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#424628 (or 0x424628) is known color: Bronzetone. HEX triplet: 42, 46 and 28. RGB value is (66,70,40). Sum of RGB (Red+Green+Blue) = 66+70+40=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #424628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424628 is #BDB9D7. Grayscale: #414141. Windows color (decimal): -12433880 or 2639426. OLE color: 2639426.

HSL color Cylindrical-coordinate representation of color #424628: hue angle of 68º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424628 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 40 -
CMYK 0.06 0 0.43 0.73
HSL 68º 0.27% 0.22% -
HSV(B) 68º 0.43% 0.27% -
XYZ 4.82 5.69 2.85 -
YUV 65.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 66 70 40 0.06 0 0.43 0.73 68 0.27 0.22
Hex 42 46 28 6 0 2B 49 44 1B 16
Octal 102 106 50 6 0 53 111 104 33 26
Binary 1000010 1000110 101000 110 0 101011 1001001 1000100 11011 10110

Color Harmonies of #424628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424628

Black with #424628

Text Example


Text Example

White with #424628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424628; }

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

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

background-color css

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

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

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

border-color css

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

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

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