Html Css Color HEX #41966D Eucalyptus

📋 copy color: '#41966D'

red 65 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #41966D

Tints of Eucalyptus #41966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 20.06%
G = 46.3%
B = 33.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#41966D (or 0x41966D) is known color: Eucalyptus. HEX triplet: 41, 96 and 6D. RGB value is (65,150,109). Sum of RGB (Red+Green+Blue) = 65+150+109=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #41966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41966D is #BE6992. Grayscale: #777777. Windows color (decimal): -12478867 or 7181889. OLE color: 7181889.

HSL color Cylindrical-coordinate representation of color #41966D: hue angle of 151.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41966D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 109 -
CMYK 0.57 0 0.27 0.41
HSL 151.06º 0.4% 0.42% -
HSV(B) 151.06º 0.57% 0.59% -
XYZ 15.85 24.04 18.27 -
YUV 119.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 65 150 109 0.57 0 0.27 0.41 151.06 0.4 0.42
Hex 41 96 6D 39 0 1B 29 97 28 2A
Octal 101 226 155 71 0 33 51 227 50 52
Binary 1000001 10010110 1101101 111001 0 11011 101001 10010111 101000 101010

Color Harmonies of #41966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41966D

Black with #41966D

Text Example


Text Example

White with #41966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41966D; }

 p { color: rgb(65,150,109); }

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

background-color css

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

 a { background-color: rgb(65,150,109); }

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

border-color css

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

 span { border-color: rgb(65,150,109); }

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