#309165

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

Shades of Eucalyptus #309165

Tints of Eucalyptus #309165

Color information

#309165 (or 0x309165) is unknown color: approx Eucalyptus. HEX triplet: 30, 91 and 65. RGB value is (48,145,101). Sum of RGB (Red+Green+Blue) = 48+145+101=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #309165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309165 is #CF6E9A. Grayscale: #6F6F6F. Windows color (decimal): -13594267 or 6656304. OLE color: 6656304.

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

Color convert

RGB48145101-
CMYK0.6700.300.43
HSL152.78º50.26%37.84%-
HSV(B)152.78º66.9%56.86%-
XYZ13.6921.8215.8-
YUV110.98122.3683.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=16.33%
G=49.32%
B=34.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481451010.6700.300.43152.7850.2637.84
Hex3091654301E2B993226
Octal60221145103036532316246
Binary110000100100011100101100001101111010101110011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309165; }

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

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

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

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

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

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

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

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