#41976B

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

Shades of Eucalyptus #41976B

Tints of Eucalyptus #41976B

Color information

#41976B (or 0x41976B) is unknown color: approx Eucalyptus. HEX triplet: 41, 97 and 6B. RGB value is (65,151,107). Sum of RGB (Red+Green+Blue) = 65+151+107=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #41976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41976B is #BE6894. Grayscale: #787878. Windows color (decimal): -12478613 or 7051073. OLE color: 7051073.

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

Color convert

RGB65151107-
CMYK0.5700.290.41
HSL149.3º39.81%42.35%-
HSV(B)149.3º56.95%59.22%-
XYZ15.924.3217.77-
YUV120.27120.5188.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=20.12%
G=46.75%
B=33.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511070.5700.290.41149.339.8142.35
Hex41976B3901D2995282a
Octal10122715371035512255052
Binary100000110010111110101111100101110110100110010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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