#309690

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

Shades of Java #309690

Tints of Java #309690

Color information

#309690 (or 0x309690) is unknown color: approx Java. HEX triplet: 30, 96 and 90. RGB value is (48,150,144). Sum of RGB (Red+Green+Blue) = 48+150+144=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #309690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309690 is #CF696F. Grayscale: #767676. Windows color (decimal): -13592944 or 9475632. OLE color: 9475632.

HSL color Cylindrical-coordinate representation of color #309690: hue angle of 176.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309690 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB48150144-
CMYK0.6800.040.41
HSL176.47º51.52%38.82%-
HSV(B)176.47º68%58.82%-
XYZ17.1624.4530.2-
YUV118.82142.2177.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=14.04%
G=43.86%
B=42.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501440.6800.040.41176.4751.5238.82
Hex309690440429b03427
Octal6022622010404512606447
Binary11000010010110100100001000100010010100110110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309690; }

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

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

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

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

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

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

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

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