#1CA363

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

Shades of Eucalyptus #1CA363

Tints of Eucalyptus #1CA363

Color information

#1CA363 (or 0x1CA363) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 63. RGB value is (28,163,99). Sum of RGB (Red+Green+Blue) = 28+163+99=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA363 is #E35C9C. Grayscale: #737373. Windows color (decimal): -14900381 or 6529820. OLE color: 6529820.

HSL color Cylindrical-coordinate representation of color #1CA363: hue angle of 151.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA363 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB2816399-
CMYK0.8300.390.36
HSL151.56º70.68%37.45%-
HSV(B)151.56º82.82%63.92%-
XYZ15.8327.3416.25-
YUV115.34118.7765.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=9.66%
G=56.21%
B=34.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163990.8300.390.36151.5670.6837.45
Hex1CA3635302724984725
Octal342431431230474423010745
Binary1110010100011110001110100110100111100100100110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,99); }

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

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

 a { background-color: rgb(28,163,99); }

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

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

 span { border-color: rgb(28,163,99); }

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