Html Css Color HEX #41996E Eucalyptus

📋 copy color: '#41996E'

red 65 ◦ green 153 ◦ blue 110

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

Shades of Eucalyptus #41996E

Tints of Eucalyptus #41996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 19.82%
G = 46.65%
B = 33.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#41996E (or 0x41996E) is known color: Eucalyptus. HEX triplet: 41, 99 and 6E. RGB value is (65,153,110). Sum of RGB (Red+Green+Blue) = 65+153+110=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #41996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41996E is #BE6691. Grayscale: #797979. Windows color (decimal): -12478098 or 7248193. OLE color: 7248193.

HSL color Cylindrical-coordinate representation of color #41996E: hue angle of 150.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41996E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 110 -
CMYK 0.58 0 0.28 0.4
HSL 150.68º 0.4% 0.43% -
HSV(B) 150.68º 0.58% 0.6% -
XYZ 16.39 25.03 18.72 -
YUV 121.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 65 153 110 0.58 0 0.28 0.4 150.68 0.4 0.43
Hex 41 99 6E 3A 0 1C 28 97 28 2B
Octal 101 231 156 72 0 34 50 227 50 53
Binary 1000001 10011001 1101110 111010 0 11100 101000 10010111 101000 101011

Color Harmonies of #41996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41996E

Black with #41996E

Text Example


Text Example

White with #41996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41996E; }

 p { color: rgb(65,153,110); }

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

background-color css

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

 a { background-color: rgb(65,153,110); }

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

border-color css

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

 span { border-color: rgb(65,153,110); }

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