Html Css Color HEX #415343 Grey-Asparagus

📋 copy color: '#415343'

red 65 ◦ green 83 ◦ blue 67

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

Shades of Grey-Asparagus #415343

Tints of Grey-Asparagus #415343

RGB

 RED value IS 65 (25.78% from 255) = 30.23%

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

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

R = 30.23%
G = 38.6%
B = 31.16%

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

#415343 (or 0x415343) is known color: Grey-Asparagus. HEX triplet: 41, 53 and 43. RGB value is (65,83,67). Sum of RGB (Red+Green+Blue) = 65+83+67=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #415343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415343 is #BEACBC. Grayscale: #4B4B4B. Windows color (decimal): -12496061 or 4412225. OLE color: 4412225.

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

Color convert

RGB 65 83 67 -
CMYK 0.22 0 0.19 0.67
HSL 126.67º 0.12% 0.29% -
HSV(B) 126.67º 0.22% 0.33% -
XYZ 6.29 7.72 6.47 -
YUV 75.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 65 83 67 0.22 0 0.19 0.67 126.67 0.12 0.29
Hex 41 53 43 16 0 13 43 7F C 1D
Octal 101 123 103 26 0 23 103 177 14 35
Binary 1000001 1010011 1000011 10110 0 10011 1000011 1111111 1100 11101

Color Harmonies of #415343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415343

Black with #415343

Text Example


Text Example

White with #415343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415343; }

 p { color: rgb(65,83,67); }

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

background-color css

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

 a { background-color: rgb(65,83,67); }

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

border-color css

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

 span { border-color: rgb(65,83,67); }

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