Html Css Color HEX #425D45 Grey-Asparagus

📋 copy color: '#425D45'

red 66 ◦ green 93 ◦ blue 69

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

Shades of Grey-Asparagus #425D45

Tints of Grey-Asparagus #425D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

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

R = 28.95%
G = 40.79%
B = 30.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#425D45 (or 0x425D45) is known color: Grey-Asparagus. HEX triplet: 42, 5D and 45. RGB value is (66,93,69). Sum of RGB (Red+Green+Blue) = 66+93+69=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #425D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D45 is #BDA2BA. Grayscale: #525252. Windows color (decimal): -12427963 or 4545858. OLE color: 4545858.

HSL color Cylindrical-coordinate representation of color #425D45: hue angle of 126.67º 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 #425D45 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 69 -
CMYK 0.29 0 0.26 0.64
HSL 126.67º 0.17% 0.31% -
HSV(B) 126.67º 0.29% 0.36% -
XYZ 7.24 9.42 7.07 -
YUV 82.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 66 93 69 0.29 0 0.26 0.64 126.67 0.17 0.31
Hex 42 5D 45 1D 0 1A 40 7F 11 1F
Octal 102 135 105 35 0 32 100 177 21 37
Binary 1000010 1011101 1000101 11101 0 11010 1000000 1111111 10001 11111

Color Harmonies of #425D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D45

Black with #425D45

Text Example


Text Example

White with #425D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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