#259186

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

Shades of Java #259186

Tints of Java #259186

Color information

#259186 (or 0x259186) is unknown color: approx Java. HEX triplet: 25, 91 and 86. RGB value is (37,145,134). Sum of RGB (Red+Green+Blue) = 37+145+134=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #259186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259186 is #DA6E79. Grayscale: #6F6F6F. Windows color (decimal): -14315130 or 8818981. OLE color: 8818981.

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

Color convert

RGB37145134-
CMYK0.7400.080.43
HSL173.89º59.34%35.69%-
HSV(B)173.89º74.48%56.86%-
XYZ15.1922.3726.07-
YUV111.45140.7274.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=11.71%
G=45.89%
B=42.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371451340.7400.080.43173.8959.3435.69
Hex2591864A082Bae3b24
Octal45221206112010532567344
Binary100101100100011000011010010100100010101110101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259186; }

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

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

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

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

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

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

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

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