Html Css Color HEX #415243 Grey-Asparagus

📋 copy color: '#415243'

red 65 ◦ green 82 ◦ blue 67

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

Shades of Grey-Asparagus #415243

Tints of Grey-Asparagus #415243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 30.37%
G = 38.32%
B = 31.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#415243 (or 0x415243) is known color: Grey-Asparagus. HEX triplet: 41, 52 and 43. RGB value is (65,82,67). Sum of RGB (Red+Green+Blue) = 65+82+67=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #415243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415243 is #BEADBC. Grayscale: #4B4B4B. Windows color (decimal): -12496317 or 4411969. OLE color: 4411969.

HSL color Cylindrical-coordinate representation of color #415243: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415243 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 67 -
CMYK 0.21 0 0.18 0.68
HSL 127.06º 0.12% 0.29% -
HSV(B) 127.06º 0.21% 0.32% -
XYZ 6.21 7.56 6.44 -
YUV 75.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 65 82 67 0.21 0 0.18 0.68 127.06 0.12 0.29
Hex 41 52 43 15 0 12 44 7F C 1D
Octal 101 122 103 25 0 22 104 177 14 35
Binary 1000001 1010010 1000011 10101 0 10010 1000100 1111111 1100 11101

Color Harmonies of #415243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415243

Black with #415243

Text Example


Text Example

White with #415243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415243; }

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

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

background-color css

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

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

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

border-color css

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

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

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