Html Css Color HEX #425844 Grey-Asparagus

📋 copy color: '#425844'

red 66 ◦ green 88 ◦ blue 68

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

Shades of Grey-Asparagus #425844

Tints of Grey-Asparagus #425844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 29.73%
G = 39.64%
B = 30.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#425844 (or 0x425844) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 44. RGB value is (66,88,68). Sum of RGB (Red+Green+Blue) = 66+88+68=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #425844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425844 is #BDA7BB. Grayscale: #4F4F4F. Windows color (decimal): -12429244 or 4479042. OLE color: 4479042.

HSL color Cylindrical-coordinate representation of color #425844: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425844 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 68 -
CMYK 0.25 0 0.23 0.65
HSL 125.45º 0.14% 0.3% -
HSV(B) 125.45º 0.25% 0.35% -
XYZ 6.78 8.56 6.76 -
YUV 79.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 66 88 68 0.25 0 0.23 0.65 125.45 0.14 0.3
Hex 42 58 44 19 0 17 41 7D E 1E
Octal 102 130 104 31 0 27 101 175 16 36
Binary 1000010 1011000 1000100 11001 0 10111 1000001 1111101 1110 11110

Color Harmonies of #425844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425844

Black with #425844

Text Example


Text Example

White with #425844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425844; }

 p { color: rgb(66,88,68); }

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

background-color css

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

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

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

border-color css

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

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

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