Html Css Color HEX #425344 Grey-Asparagus

📋 copy color: '#425344'

red 66 ◦ green 83 ◦ blue 68

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

Shades of Grey-Asparagus #425344

Tints of Grey-Asparagus #425344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 30.41%
G = 38.25%
B = 31.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#425344 (or 0x425344) is known color: Grey-Asparagus. HEX triplet: 42, 53 and 44. RGB value is (66,83,68). Sum of RGB (Red+Green+Blue) = 66+83+68=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #425344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425344 is #BDACBB. Grayscale: #4C4C4C. Windows color (decimal): -12430524 or 4477762. OLE color: 4477762.

HSL color Cylindrical-coordinate representation of color #425344: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425344 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 68 -
CMYK 0.20 0 0.18 0.67
HSL 127.06º 0.11% 0.29% -
HSV(B) 127.06º 0.2% 0.33% -
XYZ 6.38 7.76 6.63 -
YUV 76.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 66 83 68 0.20 0 0.18 0.67 127.06 0.11 0.29
Hex 42 53 44 14 0 12 43 7F B 1D
Octal 102 123 104 24 0 22 103 177 13 35
Binary 1000010 1010011 1000100 10100 0 10010 1000011 1111111 1011 11101

Color Harmonies of #425344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425344

Black with #425344

Text Example


Text Example

White with #425344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425344; }

 p { color: rgb(66,83,68); }

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

background-color css

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

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

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

border-color css

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

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

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