Html Css Color HEX #41966A Eucalyptus

📋 copy color: '#41966A'

red 65 ◦ green 150 ◦ blue 106

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

Shades of Eucalyptus #41966A

Tints of Eucalyptus #41966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 20.25%
G = 46.73%
B = 33.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#41966A (or 0x41966A) is known color: Eucalyptus. HEX triplet: 41, 96 and 6A. RGB value is (65,150,106). Sum of RGB (Red+Green+Blue) = 65+150+106=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #41966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41966A is #BE6995. Grayscale: #777777. Windows color (decimal): -12478870 or 6985281. OLE color: 6985281.

HSL color Cylindrical-coordinate representation of color #41966A: hue angle of 148.94º 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 #41966A is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 106 -
CMYK 0.57 0 0.29 0.41
HSL 148.94º 0.4% 0.42% -
HSV(B) 148.94º 0.57% 0.59% -
XYZ 15.69 23.98 17.44 -
YUV 119.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 65 150 106 0.57 0 0.29 0.41 148.94 0.4 0.42
Hex 41 96 6A 39 0 1D 29 95 28 2A
Octal 101 226 152 71 0 35 51 225 50 52
Binary 1000001 10010110 1101010 111001 0 11101 101001 10010101 101000 101010

Color Harmonies of #41966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41966A

Black with #41966A

Text Example


Text Example

White with #41966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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