Html Css Color HEX #425B41 Grey-Asparagus

📋 copy color: '#425B41'

red 66 ◦ green 91 ◦ blue 65

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

Shades of Grey-Asparagus #425B41

Tints of Grey-Asparagus #425B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

 BLUE value IS 65 (25.78% from 255) = 29.28%

R = 29.73%
G = 40.99%
B = 29.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#425B41 (or 0x425B41) is known color: Grey-Asparagus. HEX triplet: 42, 5B and 41. RGB value is (66,91,65). Sum of RGB (Red+Green+Blue) = 66+91+65=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #425B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B41 is #BDA4BE. Grayscale: #505050. Windows color (decimal): -12428479 or 4283202. OLE color: 4283202.

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

Color convert

RGB 66 91 65 -
CMYK 0.27 0 0.29 0.64
HSL 117.69º 0.17% 0.31% -
HSV(B) 117.69º 0.29% 0.36% -
XYZ 6.94 9.02 6.38 -
YUV 80.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 66 91 65 0.27 0 0.29 0.64 117.69 0.17 0.31
Hex 42 5B 41 1B 0 1D 40 76 11 1F
Octal 102 133 101 33 0 35 100 166 21 37
Binary 1000010 1011011 1000001 11011 0 11101 1000000 1110110 10001 11111

Color Harmonies of #425B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B41

Black with #425B41

Text Example


Text Example

White with #425B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,65); }

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

background-color css

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

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

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

border-color css

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

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

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