#309369

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

Shades of Eucalyptus #309369

Tints of Eucalyptus #309369

Color information

#309369 (or 0x309369) is unknown color: approx Eucalyptus. HEX triplet: 30, 93 and 69. RGB value is (48,147,105). Sum of RGB (Red+Green+Blue) = 48+147+105=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #309369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309369 is #CF6C96. Grayscale: #707070. Windows color (decimal): -13593751 or 6918960. OLE color: 6918960.

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

Color convert

RGB48147105-
CMYK0.6700.290.42
HSL154.55º50.77%38.24%-
HSV(B)154.55º67.35%57.65%-
XYZ14.222.5216.96-
YUV112.61123.781.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 105 (41.41% from 255) = 35%
R=16%
G=49%
B=35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471050.6700.290.42154.5550.7738.24
Hex3093694301D2A9b3326
Octal60223151103035522336346
Binary110000100100111101001100001101110110101010011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309369; }

 p { color: rgb(48,147,105); }

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

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

 a { background-color: rgb(48,147,105); }

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

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

 span { border-color: rgb(48,147,105); }

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