Html Css Color HEX #416642 Grey-Asparagus

📋 copy color: '#416642'

red 65 ◦ green 102 ◦ blue 66

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

Shades of Grey-Asparagus #416642

Tints of Grey-Asparagus #416642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 27.9%
G = 43.78%
B = 28.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#416642 (or 0x416642) is known color: Grey-Asparagus. HEX triplet: 41, 66 and 42. RGB value is (65,102,66). Sum of RGB (Red+Green+Blue) = 65+102+66=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #416642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416642 is #BE99BD. Grayscale: #565656. Windows color (decimal): -12491198 or 4351553. OLE color: 4351553.

HSL color Cylindrical-coordinate representation of color #416642: hue angle of 121.62º 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 #416642 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 66 -
CMYK 0.36 0 0.35 0.6
HSL 121.62º 0.22% 0.33% -
HSV(B) 121.62º 0.36% 0.4% -
XYZ 7.91 11.02 6.86 -
YUV 86.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 65 102 66 0.36 0 0.35 0.6 121.62 0.22 0.33
Hex 41 66 42 24 0 23 3C 7A 16 21
Octal 101 146 102 44 0 43 74 172 26 41
Binary 1000001 1100110 1000010 100100 0 100011 111100 1111010 10110 100001

Color Harmonies of #416642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416642

Black with #416642

Text Example


Text Example

White with #416642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416642; }

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

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

background-color css

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

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

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

border-color css

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

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

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