Html Css Color HEX #424625 Bronzetone

📋 copy color: '#424625'

red 66 ◦ green 70 ◦ blue 37

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

Shades of Bronzetone #424625

Tints of Bronzetone #424625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 38.15%
G = 40.46%
B = 21.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#424625 (or 0x424625) is known color: Bronzetone. HEX triplet: 42, 46 and 25. RGB value is (66,70,37). Sum of RGB (Red+Green+Blue) = 66+70+37=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #424625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424625 is #BDB9DA. Grayscale: #414141. Windows color (decimal): -12433883 or 2442818. OLE color: 2442818.

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

Color convert

RGB 66 70 37 -
CMYK 0.06 0 0.47 0.73
HSL 67.27º 0.31% 0.21% -
HSV(B) 67.27º 0.47% 0.27% -
XYZ 4.77 5.67 2.59 -
YUV 65.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 66 70 37 0.06 0 0.47 0.73 67.27 0.31 0.21
Hex 42 46 25 6 0 2F 49 43 1F 15
Octal 102 106 45 6 0 57 111 103 37 25
Binary 1000010 1000110 100101 110 0 101111 1001001 1000011 11111 10101

Color Harmonies of #424625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424625

Black with #424625

Text Example


Text Example

White with #424625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424625; }

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

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

background-color css

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

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

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

border-color css

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

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

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