#309066

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

Shades of Eucalyptus #309066

Tints of Eucalyptus #309066

Color information

#309066 (or 0x309066) is unknown color: approx Eucalyptus. HEX triplet: 30, 90 and 66. RGB value is (48,144,102). Sum of RGB (Red+Green+Blue) = 48+144+102=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #309066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309066 is #CF6F99. Grayscale: #6E6E6E. Windows color (decimal): -13594522 or 6721584. OLE color: 6721584.

HSL color Cylindrical-coordinate representation of color #309066: hue angle of 153.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309066 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB48144102-
CMYK0.6700.290.44
HSL153.75º50%37.65%-
HSV(B)153.75º66.67%56.47%-
XYZ13.5921.5316.01-
YUV110.51123.283.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=16.33%
G=48.98%
B=34.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441020.6700.290.44153.755037.65
Hex3090664301D2C9a3226
Octal60220146103035542326246
Binary110000100100001100110100001101110110110010011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309066; }

 p { color: rgb(48,144,102); }

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

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

 a { background-color: rgb(48,144,102); }

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

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

 span { border-color: rgb(48,144,102); }

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