#41936C

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

Shades of Eucalyptus #41936C

Tints of Eucalyptus #41936C

Color information

#41936C (or 0x41936C) is unknown color: approx Eucalyptus. HEX triplet: 41, 93 and 6C. RGB value is (65,147,108). Sum of RGB (Red+Green+Blue) = 65+147+108=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #41936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41936C is #BE6C93. Grayscale: #767676. Windows color (decimal): -12479636 or 7115585. OLE color: 7115585.

HSL color Cylindrical-coordinate representation of color #41936C: hue angle of 151.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41936C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB65147108-
CMYK0.5600.270.42
HSL151.46º38.68%41.57%-
HSV(B)151.46º55.78%57.65%-
XYZ15.3223.0717.83-
YUV118.04122.3390.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=20.31%
G=45.94%
B=33.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471080.5600.270.42151.4638.6841.57
Hex41936C3801B2A97272a
Octal10122315470033522274752
Binary100000110010011110110011100001101110101010010111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41936C; }

 p { color: rgb(65,147,108); }

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

<style>
 a { background-color: #41936C; }

 a { background-color: rgb(65,147,108); }

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

<style>
 span { border-color: #41936C; }

 span { border-color: rgb(65,147,108); }

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