#1CA368

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

Shades of Eucalyptus #1CA368

Tints of Eucalyptus #1CA368

Color information

#1CA368 (or 0x1CA368) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 68. RGB value is (28,163,104). Sum of RGB (Red+Green+Blue) = 28+163+104=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA368 is #E35C97. Grayscale: #747474. Windows color (decimal): -14900376 or 6857500. OLE color: 6857500.

HSL color Cylindrical-coordinate representation of color #1CA368: hue angle of 153.78º 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 #1CA368 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB28163104-
CMYK0.8300.360.36
HSL153.78º70.68%37.45%-
HSV(B)153.78º82.82%63.92%-
XYZ16.0727.4417.55-
YUV115.91121.2765.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 163 (64.06% from 255) = 55.25%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=9.49%
G=55.25%
B=35.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631040.8300.360.36153.7870.6837.45
Hex1CA36853024249a4725
Octal342431501230444423210745
Binary1110010100011110100010100110100100100100100110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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