#309065

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

Shades of Eucalyptus #309065

Tints of Eucalyptus #309065

Color information

#309065 (or 0x309065) is unknown color: approx Eucalyptus. HEX triplet: 30, 90 and 65. RGB value is (48,144,101). Sum of RGB (Red+Green+Blue) = 48+144+101=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #309065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309065 is #CF6F9A. Grayscale: #6E6E6E. Windows color (decimal): -13594523 or 6656048. OLE color: 6656048.

HSL color Cylindrical-coordinate representation of color #309065: hue angle of 153.12º 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 #309065 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB48144101-
CMYK0.6700.300.44
HSL153.12º50%37.65%-
HSV(B)153.12º66.67%56.47%-
XYZ13.5421.5115.75-
YUV110.39122.783.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=16.38%
G=49.15%
B=34.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441010.6700.300.44153.125037.65
Hex3090654301E2C993226
Octal60220145103036542316246
Binary110000100100001100101100001101111010110010011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309065; }

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

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

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

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

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

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

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

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