Html Css Color HEX #424934 Bronzetone

📋 copy color: '#424934'

red 66 ◦ green 73 ◦ blue 52

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

Shades of Bronzetone #424934

Tints of Bronzetone #424934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 34.55%
G = 38.22%
B = 27.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#424934 (or 0x424934) is known color: Bronzetone. HEX triplet: 42, 49 and 34. RGB value is (66,73,52). Sum of RGB (Red+Green+Blue) = 66+73+52=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #424934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424934 is #BDB6CB. Grayscale: #444444. Windows color (decimal): -12433100 or 3426626. OLE color: 3426626.

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

Color convert

RGB 66 73 52 -
CMYK 0.10 0 0.29 0.71
HSL 80º 0.17% 0.25% -
HSV(B) 80º 0.29% 0.29% -
XYZ 5.25 6.17 4.16 -
YUV 68.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 66 73 52 0.10 0 0.29 0.71 80 0.17 0.25
Hex 42 49 34 A 0 1D 47 50 11 19
Octal 102 111 64 12 0 35 107 120 21 31
Binary 1000010 1001001 110100 1010 0 11101 1000111 1010000 10001 11001

Color Harmonies of #424934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424934

Black with #424934

Text Example


Text Example

White with #424934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424934; }

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

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

background-color css

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

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

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

border-color css

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

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

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