Html Css Color HEX #424826 Bronzetone

📋 copy color: '#424826'

red 66 ◦ green 72 ◦ blue 38

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

Shades of Bronzetone #424826

Tints of Bronzetone #424826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 37.5%
G = 40.91%
B = 21.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#424826 (or 0x424826) is known color: Bronzetone. HEX triplet: 42, 48 and 26. RGB value is (66,72,38). Sum of RGB (Red+Green+Blue) = 66+72+38=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #424826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424826 is #BDB7D9. Grayscale: #424242. Windows color (decimal): -12433370 or 2508866. OLE color: 2508866.

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

Color convert

RGB 66 72 38 -
CMYK 0.08 0 0.47 0.72
HSL 70.59º 0.31% 0.22% -
HSV(B) 70.59º 0.47% 0.28% -
XYZ 4.91 5.93 2.72 -
YUV 66.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 66 72 38 0.08 0 0.47 0.72 70.59 0.31 0.22
Hex 42 48 26 8 0 2F 48 47 1F 16
Octal 102 110 46 10 0 57 110 107 37 26
Binary 1000010 1001000 100110 1000 0 101111 1001000 1000111 11111 10110

Color Harmonies of #424826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424826

Black with #424826

Text Example


Text Example

White with #424826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424826; }

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

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

background-color css

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

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

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

border-color css

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

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

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