#309E6B

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

Shades of Eucalyptus #309E6B

Tints of Eucalyptus #309E6B

Color information

#309E6B (or 0x309E6B) is unknown color: approx Eucalyptus. HEX triplet: 30, 9E and 6B. RGB value is (48,158,107). Sum of RGB (Red+Green+Blue) = 48+158+107=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #309E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E6B is #CF6194. Grayscale: #777777. Windows color (decimal): -13590933 or 7052848. OLE color: 7052848.

HSL color Cylindrical-coordinate representation of color #309E6B: hue angle of 152.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E6B is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB48158107-
CMYK0.7000.320.38
HSL152.18º53.4%40.39%-
HSV(B)152.18º69.62%61.96%-
XYZ16.126.1418.11-
YUV119.3121.0677.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=15.34%
G=50.48%
B=34.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581070.7000.320.38152.1853.440.39
Hex309E6B4602026983528
Octal60236153106040462306550
Binary1100001001111011010111000110010000010011010011000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309E6B; }

 p { color: rgb(48,158,107); }

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

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

 a { background-color: rgb(48,158,107); }

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

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

 span { border-color: rgb(48,158,107); }

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