#1FA566

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

Shades of Eucalyptus #1FA566

Tints of Eucalyptus #1FA566

Color information

#1FA566 (or 0x1FA566) is unknown color: approx Eucalyptus. HEX triplet: 1F, A5 and 66. RGB value is (31,165,102). Sum of RGB (Red+Green+Blue) = 31+165+102=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA566 is #E05A99. Grayscale: #757575. Windows color (decimal): -14703258 or 6726943. OLE color: 6726943.

HSL color Cylindrical-coordinate representation of color #1FA566: hue angle of 151.79º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA566 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB31165102-
CMYK0.8100.380.35
HSL151.79º68.37%38.43%-
HSV(B)151.79º81.21%64.71%-
XYZ16.4228.1617.14-
YUV117.75119.1166.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=10.40%
G=55.37%
B=34.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311651020.8100.380.35151.7968.3738.43
Hex1FA5665102623984426
Octal372451461210464323010446
Binary1111110100101110011010100010100110100011100110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FA566; }

 p { color: rgb(31,165,102); }

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

<style>
 a { background-color: #1FA566; }

 a { background-color: rgb(31,165,102); }

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

<style>
 span { border-color: #1FA566; }

 span { border-color: rgb(31,165,102); }

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