#309792

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

Shades of Java #309792

Tints of Java #309792

Color information

#309792 (or 0x309792) is unknown color: approx Java. HEX triplet: 30, 97 and 92. RGB value is (48,151,146). Sum of RGB (Red+Green+Blue) = 48+151+146=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #309792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309792 is #CF686D. Grayscale: #777777. Windows color (decimal): -13592686 or 9606960. OLE color: 9606960.

HSL color Cylindrical-coordinate representation of color #309792: hue angle of 177.09º 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 #309792 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB48151146-
CMYK0.6800.030.41
HSL177.09º51.76%39.02%-
HSV(B)177.09º68.21%59.22%-
XYZ17.4724.8431.07-
YUV119.63142.8876.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=13.91%
G=43.77%
B=42.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511460.6800.030.41177.0951.7639.02
Hex309792440329b13427
Octal6022722210403512616447
Binary1100001001011110010010100010001110100110110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309792; }

 p { color: rgb(48,151,146); }

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

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

 a { background-color: rgb(48,151,146); }

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

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

 span { border-color: rgb(48,151,146); }

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