Html Css Color HEX #416644 Grey-Asparagus

📋 copy color: '#416644'

red 65 ◦ green 102 ◦ blue 68

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

Shades of Grey-Asparagus #416644

Tints of Grey-Asparagus #416644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

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

R = 27.66%
G = 43.4%
B = 28.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#416644 (or 0x416644) is known color: Grey-Asparagus. HEX triplet: 41, 66 and 44. RGB value is (65,102,68). Sum of RGB (Red+Green+Blue) = 65+102+68=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #416644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416644 is #BE99BB. Grayscale: #575757. Windows color (decimal): -12491196 or 4482625. OLE color: 4482625.

HSL color Cylindrical-coordinate representation of color #416644: hue angle of 124.86º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416644 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 68 -
CMYK 0.36 0 0.33 0.6
HSL 124.86º 0.22% 0.33% -
HSV(B) 124.86º 0.36% 0.4% -
XYZ 7.97 11.04 7.18 -
YUV 87.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 65 102 68 0.36 0 0.33 0.6 124.86 0.22 0.33
Hex 41 66 44 24 0 21 3C 7D 16 21
Octal 101 146 104 44 0 41 74 175 26 41
Binary 1000001 1100110 1000100 100100 0 100001 111100 1111101 10110 100001

Color Harmonies of #416644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416644

Black with #416644

Text Example


Text Example

White with #416644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416644; }

 p { color: rgb(65,102,68); }

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

background-color css

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

 a { background-color: rgb(65,102,68); }

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

border-color css

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

 span { border-color: rgb(65,102,68); }

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