#309896

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

Shades of Java #309896

Tints of Java #309896

Color information

#309896 (or 0x309896) is unknown color: approx Java. HEX triplet: 30, 98 and 96. RGB value is (48,152,150). Sum of RGB (Red+Green+Blue) = 48+152+150=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #309896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309896 is #CF6769. Grayscale: #787878. Windows color (decimal): -13592426 or 9869360. OLE color: 9869360.

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

Color convert

RGB48152150-
CMYK0.6800.010.40
HSL178.85º52%39.22%-
HSV(B)178.85º68.42%59.61%-
XYZ17.9525.2932.79-
YUV120.68144.5476.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=13.71%
G=43.43%
B=42.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521500.6800.010.40178.855239.22
Hex309896440128b33427
Octal6023022610401502636447
Binary110000100110001001011010001000110100010110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309896; }

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

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

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

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

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

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

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

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