Html Css Color HEX #424A23 Bronzetone

📋 copy color: '#424A23'

red 66 ◦ green 74 ◦ blue 35

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

Shades of Bronzetone #424A23

Tints of Bronzetone #424A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

 BLUE value IS 35 (14.06% from 255) = 20%

R = 37.71%
G = 42.29%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#424A23 (or 0x424A23) is known color: Bronzetone. HEX triplet: 42, 4A and 23. RGB value is (66,74,35). Sum of RGB (Red+Green+Blue) = 66+74+35=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #424A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A23 is #BDB5DC. Grayscale: #434343. Windows color (decimal): -12432861 or 2312770. OLE color: 2312770.

HSL color Cylindrical-coordinate representation of color #424A23: hue angle of 72.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424A23 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 35 -
CMYK 0.11 0 0.53 0.71
HSL 72.31º 0.36% 0.21% -
HSV(B) 72.31º 0.53% 0.29% -
XYZ 5 6.18 2.52 -
YUV 67.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 66 74 35 0.11 0 0.53 0.71 72.31 0.36 0.21
Hex 42 4A 23 B 0 35 47 48 24 15
Octal 102 112 43 13 0 65 107 110 44 25
Binary 1000010 1001010 100011 1011 0 110101 1000111 1001000 100100 10101

Color Harmonies of #424A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A23

Black with #424A23

Text Example


Text Example

White with #424A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,35); }

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

background-color css

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

 a { background-color: rgb(66,74,35); }

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

border-color css

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

 span { border-color: rgb(66,74,35); }

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