Html Css Color HEX #424C22 Bronzetone

📋 copy color: '#424C22'

red 66 ◦ green 76 ◦ blue 34

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

Shades of Bronzetone #424C22

Tints of Bronzetone #424C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

 BLUE value IS 34 (13.67% from 255) = 19.32%

R = 37.5%
G = 43.18%
B = 19.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#424C22 (or 0x424C22) is known color: Bronzetone. HEX triplet: 42, 4C and 22. RGB value is (66,76,34). Sum of RGB (Red+Green+Blue) = 66+76+34=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #424C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C22 is #BDB3DD. Grayscale: #444444. Windows color (decimal): -12432350 or 2247746. OLE color: 2247746.

HSL color Cylindrical-coordinate representation of color #424C22: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424C22 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 34 -
CMYK 0.13 0 0.55 0.70
HSL 74.29º 0.38% 0.22% -
HSV(B) 74.29º 0.55% 0.3% -
XYZ 5.12 6.44 2.49 -
YUV 68.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 66 76 34 0.13 0 0.55 0.70 74.29 0.38 0.22
Hex 42 4C 22 D 0 37 46 4A 26 16
Octal 102 114 42 15 0 67 106 112 46 26
Binary 1000010 1001100 100010 1101 0 110111 1000110 1001010 100110 10110

Color Harmonies of #424C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C22

Black with #424C22

Text Example


Text Example

White with #424C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424C22; }

 p { color: rgb(66,76,34); }

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

background-color css

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

 a { background-color: rgb(66,76,34); }

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

border-color css

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

 span { border-color: rgb(66,76,34); }

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