Html Css Color HEX #425242 Grey-Asparagus

📋 copy color: '#425242'

red 66 ◦ green 82 ◦ blue 66

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

Shades of Grey-Asparagus #425242

Tints of Grey-Asparagus #425242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 30.84%
G = 38.32%
B = 30.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#425242 (or 0x425242) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 42. RGB value is (66,82,66). Sum of RGB (Red+Green+Blue) = 66+82+66=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #425242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425242 is #BDADBD. Grayscale: #4B4B4B. Windows color (decimal): -12430782 or 4346434. OLE color: 4346434.

HSL color Cylindrical-coordinate representation of color #425242: hue angle of 120º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425242 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 66 -
CMYK 0.20 0 0.20 0.68
HSL 120º 0.11% 0.29% -
HSV(B) 120º 0.2% 0.32% -
XYZ 6.25 7.59 6.29 -
YUV 75.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 66 82 66 0.20 0 0.20 0.68 120 0.11 0.29
Hex 42 52 42 14 0 14 44 78 B 1D
Octal 102 122 102 24 0 24 104 170 13 35
Binary 1000010 1010010 1000010 10100 0 10100 1000100 1111000 1011 11101

Color Harmonies of #425242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425242

Black with #425242

Text Example


Text Example

White with #425242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425242; }

 p { color: rgb(66,82,66); }

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

background-color css

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

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

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

border-color css

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

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

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