Html Css Color HEX #425545 Grey-Asparagus

📋 copy color: '#425545'

red 66 ◦ green 85 ◦ blue 69

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

Shades of Grey-Asparagus #425545

Tints of Grey-Asparagus #425545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 69 (27.34% from 255) = 31.36%

R = 30%
G = 38.64%
B = 31.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#425545 (or 0x425545) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 45. RGB value is (66,85,69). Sum of RGB (Red+Green+Blue) = 66+85+69=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #425545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425545 is #BDAABA. Grayscale: #4D4D4D. Windows color (decimal): -12430011 or 4543810. OLE color: 4543810.

HSL color Cylindrical-coordinate representation of color #425545: hue angle of 129.47º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425545 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 69 -
CMYK 0.22 0 0.19 0.67
HSL 129.47º 0.13% 0.3% -
HSV(B) 129.47º 0.22% 0.33% -
XYZ 6.57 8.08 6.84 -
YUV 77.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 66 85 69 0.22 0 0.19 0.67 129.47 0.13 0.3
Hex 42 55 45 16 0 13 43 81 D 1E
Octal 102 125 105 26 0 23 103 201 15 36
Binary 1000010 1010101 1000101 10110 0 10011 1000011 10000001 1101 11110

Color Harmonies of #425545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425545

Black with #425545

Text Example


Text Example

White with #425545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425545; }

 p { color: rgb(66,85,69); }

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

background-color css

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

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

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

border-color css

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

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

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