#259286

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

Shades of Java #259286

Tints of Java #259286

Color information

#259286 (or 0x259286) is unknown color: approx Java. HEX triplet: 25, 92 and 86. RGB value is (37,146,134). Sum of RGB (Red+Green+Blue) = 37+146+134=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #259286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259286 is #DA6D79. Grayscale: #6F6F6F. Windows color (decimal): -14314874 or 8819237. OLE color: 8819237.

HSL color Cylindrical-coordinate representation of color #259286: hue angle of 173.39º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259286 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB37146134-
CMYK0.7500.080.43
HSL173.39º59.56%35.88%-
HSV(B)173.39º74.66%57.25%-
XYZ15.3422.6726.12-
YUV112.04140.3974.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=11.67%
G=46.06%
B=42.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461340.7500.080.43173.3959.5635.88
Hex2592864B082Bad3c24
Octal45222206113010532557444
Binary100101100100101000011010010110100010101110101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259286; }

 p { color: rgb(37,146,134); }

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

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

 a { background-color: rgb(37,146,134); }

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

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

 span { border-color: rgb(37,146,134); }

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