Html Css Color HEX #455341 Grey-Asparagus

📋 copy color: '#455341'

red 69 ◦ green 83 ◦ blue 65

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

Shades of Grey-Asparagus #455341

Tints of Grey-Asparagus #455341

RGB

 RED value IS 69 (27.34% from 255) = 31.8%

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

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

R = 31.8%
G = 38.25%
B = 29.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#455341 (or 0x455341) is known color: Grey-Asparagus. HEX triplet: 45, 53 and 41. RGB value is (69,83,65). Sum of RGB (Red+Green+Blue) = 69+83+65=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #455341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455341 is #BAACBE. Grayscale: #4C4C4C. Windows color (decimal): -12233919 or 4281157. OLE color: 4281157.

HSL color Cylindrical-coordinate representation of color #455341: hue angle of 106.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 #455341 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 65 -
CMYK 0.17 0 0.22 0.67
HSL 106.67º 0.12% 0.29% -
HSV(B) 106.67º 0.22% 0.33% -
XYZ 6.5 7.83 6.17 -
YUV 76.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 69 83 65 0.17 0 0.22 0.67 106.67 0.12 0.29
Hex 45 53 41 11 0 16 43 6B C 1D
Octal 105 123 101 21 0 26 103 153 14 35
Binary 1000101 1010011 1000001 10001 0 10110 1000011 1101011 1100 11101

Color Harmonies of #455341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455341

Black with #455341

Text Example


Text Example

White with #455341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455341; }

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

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

background-color css

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

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

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

border-color css

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

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

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