#259492

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

Shades of Java #259492

Tints of Java #259492

Color information

#259492 (or 0x259492) is unknown color: approx Java. HEX triplet: 25, 94 and 92. RGB value is (37,148,146). Sum of RGB (Red+Green+Blue) = 37+148+146=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #259492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259492 is #DA6B6D. Grayscale: #727272. Windows color (decimal): -14314350 or 9606181. OLE color: 9606181.

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

Color convert

RGB37148146-
CMYK0.7500.010.42
HSL178.92º60%36.27%-
HSV(B)178.92º75%58.04%-
XYZ16.5423.6530.89-
YUV114.58145.7372.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.18%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=11.18%
G=44.71%
B=44.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371481460.7500.010.42178.926036.27
Hex2594924B012Ab33c24
Octal4522422211301522637444
Binary100101100101001001001010010110110101010110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259492; }

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

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

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

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

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

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

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

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