Html Css Color HEX #425C43 Grey-Asparagus

📋 copy color: '#425C43'

red 66 ◦ green 92 ◦ blue 67

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

Shades of Grey-Asparagus #425C43

Tints of Grey-Asparagus #425C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.89%

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

R = 29.33%
G = 40.89%
B = 29.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#425C43 (or 0x425C43) is known color: Grey-Asparagus. HEX triplet: 42, 5C and 43. RGB value is (66,92,67). Sum of RGB (Red+Green+Blue) = 66+92+67=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #425C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C43 is #BDA3BC. Grayscale: #515151. Windows color (decimal): -12428221 or 4414530. OLE color: 4414530.

HSL color Cylindrical-coordinate representation of color #425C43: hue angle of 122.31º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C43 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 67 -
CMYK 0.28 0 0.27 0.64
HSL 122.31º 0.16% 0.31% -
HSV(B) 122.31º 0.28% 0.36% -
XYZ 7.09 9.22 6.72 -
YUV 81.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 66 92 67 0.28 0 0.27 0.64 122.31 0.16 0.31
Hex 42 5C 43 1C 0 1B 40 7A 10 1F
Octal 102 134 103 34 0 33 100 172 20 37
Binary 1000010 1011100 1000011 11100 0 11011 1000000 1111010 10000 11111

Color Harmonies of #425C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C43

Black with #425C43

Text Example


Text Example

White with #425C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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