#41976A

Color #41976A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #41976A

Tints of Eucalyptus #41976A

Color information

#41976A (or 0x41976A) is unknown color: approx Eucalyptus. HEX triplet: 41, 97 and 6A. RGB value is (65,151,106). Sum of RGB (Red+Green+Blue) = 65+151+106=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #41976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41976A is #BE6895. Grayscale: #787878. Windows color (decimal): -12478614 or 6985537. OLE color: 6985537.

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

Color convert

RGB65151106-
CMYK0.5700.300.41
HSL148.6º39.81%42.35%-
HSV(B)148.6º56.95%59.22%-
XYZ15.8524.317.49-
YUV120.16120.0188.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 151 (59.38% from 255) = 46.89%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=20.19%
G=46.89%
B=32.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511060.5700.300.41148.639.8142.35
Hex41976A3901E2995282a
Octal10122715271036512255052
Binary100000110010111110101011100101111010100110010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41976A;
 }
 .AnyTagClassName
 {
   color: #41976A;
 }
</style>
background-color css

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

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

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

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

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

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