Html Css Color HEX #425243 Grey-Asparagus

📋 copy color: '#425243'

red 66 ◦ green 82 ◦ blue 67

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

Shades of Grey-Asparagus #425243

Tints of Grey-Asparagus #425243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.16%

R = 30.7%
G = 38.14%
B = 31.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#425243 (or 0x425243) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 43. RGB value is (66,82,67). Sum of RGB (Red+Green+Blue) = 66+82+67=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #425243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425243 is #BDADBC. Grayscale: #4B4B4B. Windows color (decimal): -12430781 or 4411970. OLE color: 4411970.

HSL color Cylindrical-coordinate representation of color #425243: hue angle of 123.75º 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 #425243 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 67 -
CMYK 0.20 0 0.18 0.68
HSL 123.75º 0.11% 0.29% -
HSV(B) 123.75º 0.2% 0.32% -
XYZ 6.28 7.6 6.45 -
YUV 75.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 66 82 67 0.20 0 0.18 0.68 123.75 0.11 0.29
Hex 42 52 43 14 0 12 44 7C B 1D
Octal 102 122 103 24 0 22 104 174 13 35
Binary 1000010 1010010 1000011 10100 0 10010 1000100 1111100 1011 11101

Color Harmonies of #425243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425243

Black with #425243

Text Example


Text Example

White with #425243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425243; }

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

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

background-color css

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

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

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

border-color css

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

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

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