#308B63

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

Shades of Eucalyptus #308B63

Tints of Eucalyptus #308B63

Color information

#308B63 (or 0x308B63) is unknown color: approx Eucalyptus. HEX triplet: 30, 8B and 63. RGB value is (48,139,99). Sum of RGB (Red+Green+Blue) = 48+139+99=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #308B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B63 is #CF749C. Grayscale: #6B6B6B. Windows color (decimal): -13595805 or 6523696. OLE color: 6523696.

HSL color Cylindrical-coordinate representation of color #308B63: hue angle of 153.63º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B63 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB4813999-
CMYK0.6500.290.45
HSL153.63º48.66%36.67%-
HSV(B)153.63º65.47%54.51%-
XYZ12.719.9914.99-
YUV107.23123.3585.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=16.78%
G=48.60%
B=34.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139990.6500.290.45153.6348.6636.67
Hex308B634101D2D9a3125
Octal60213143101035552326145
Binary110000100010111100011100000101110110110110011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B63; }

 p { color: rgb(48,139,99); }

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

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

 a { background-color: rgb(48,139,99); }

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

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

 span { border-color: rgb(48,139,99); }

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