#1CA364

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

Shades of Eucalyptus #1CA364

Tints of Eucalyptus #1CA364

Color information

#1CA364 (or 0x1CA364) is unknown color: approx Eucalyptus. HEX triplet: 1C, A3 and 64. RGB value is (28,163,100). Sum of RGB (Red+Green+Blue) = 28+163+100=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA364 is #E35C9B. Grayscale: #737373. Windows color (decimal): -14900380 or 6595356. OLE color: 6595356.

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

Color convert

RGB28163100-
CMYK0.8300.390.36
HSL152º70.68%37.45%-
HSV(B)152º82.82%63.92%-
XYZ15.8827.3616.5-
YUV115.45119.2765.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 163 (64.06% from 255) = 56.01%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=9.62%
G=56.01%
B=34.36%

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
Decimal281631000.8300.390.3615270.6837.45
Hex1CA3645302724984725
Octal342431441230474423010745
Binary1110010100011110010010100110100111100100100110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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