Html Css Color HEX #425942 Grey-Asparagus

📋 copy color: '#425942'

red 66 ◦ green 89 ◦ blue 66

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

Shades of Grey-Asparagus #425942

Tints of Grey-Asparagus #425942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.27%

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

R = 29.86%
G = 40.27%
B = 29.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#425942 (or 0x425942) is known color: Grey-Asparagus. HEX triplet: 42, 59 and 42. RGB value is (66,89,66). Sum of RGB (Red+Green+Blue) = 66+89+66=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #425942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425942 is #BDA6BD. Grayscale: #4F4F4F. Windows color (decimal): -12428990 or 4348226. OLE color: 4348226.

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

Color convert

RGB 66 89 66 -
CMYK 0.26 0 0.26 0.65
HSL 120º 0.15% 0.3% -
HSV(B) 120º 0.26% 0.35% -
XYZ 6.8 8.7 6.47 -
YUV 79.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 66 89 66 0.26 0 0.26 0.65 120 0.15 0.3
Hex 42 59 42 1A 0 1A 41 78 F 1E
Octal 102 131 102 32 0 32 101 170 17 36
Binary 1000010 1011001 1000010 11010 0 11010 1000001 1111000 1111 11110

Color Harmonies of #425942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425942

Black with #425942

Text Example


Text Example

White with #425942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425942; }

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

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

background-color css

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

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

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

border-color css

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

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

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