#259691

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

Shades of Java #259691

Tints of Java #259691

Color information

#259691 (or 0x259691) is unknown color: approx Java. HEX triplet: 25, 96 and 91. RGB value is (37,150,145). Sum of RGB (Red+Green+Blue) = 37+150+145=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #259691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259691 is #DA696E. Grayscale: #737373. Windows color (decimal): -14313839 or 9541157. OLE color: 9541157.

HSL color Cylindrical-coordinate representation of color #259691: hue angle of 177.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259691 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB37150145-
CMYK0.7500.030.41
HSL177.35º60.43%36.67%-
HSV(B)177.35º75.33%58.82%-
XYZ16.7824.2530.58-
YUV115.64144.5671.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=11.14%
G=45.18%
B=43.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371501450.7500.030.41177.3560.4336.67
Hex2596914B0329b13c25
Octal4522622111303512617445
Binary1001011001011010010001100101101110100110110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259691; }

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

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

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

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

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

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

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

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