#1BA565

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

Shades of Eucalyptus #1BA565

Tints of Eucalyptus #1BA565

Color information

#1BA565 (or 0x1BA565) is unknown color: approx Eucalyptus. HEX triplet: 1B, A5 and 65. RGB value is (27,165,101). Sum of RGB (Red+Green+Blue) = 27+165+101=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA565 is #E45A9A. Grayscale: #747474. Windows color (decimal): -14965403 or 6661403. OLE color: 6661403.

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

Color convert

RGB27165101-
CMYK0.8400.390.35
HSL152.17º71.88%37.65%-
HSV(B)152.17º83.64%64.71%-
XYZ16.2628.0816.88-
YUV116.44119.2864.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.22%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=9.22%
G=56.31%
B=34.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651010.8400.390.35152.1771.8837.65
Hex1BA5655402723984826
Octal332451451240474323011046
Binary1101110100101110010110101000100111100011100110001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,165,101); }

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

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

 a { background-color: rgb(27,165,101); }

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

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

 span { border-color: rgb(27,165,101); }

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