#269592

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

Shades of Java #269592

Tints of Java #269592

Color information

#269592 (or 0x269592) is unknown color: approx Java. HEX triplet: 26, 95 and 92. RGB value is (38,149,146). Sum of RGB (Red+Green+Blue) = 38+149+146=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #269592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269592 is #D96A6D. Grayscale: #737373. Windows color (decimal): -14248558 or 9606438. OLE color: 9606438.

HSL color Cylindrical-coordinate representation of color #269592: hue angle of 178.38º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269592 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB38149146-
CMYK0.7400.020.42
HSL178.38º59.36%36.67%-
HSV(B)178.38º74.5%58.43%-
XYZ16.7423.9830.94-
YUV115.47145.2372.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=11.41%
G=44.74%
B=43.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491460.7400.020.42178.3859.3636.67
Hex2695924A022Ab23b25
Octal4622522211202522627345
Binary1001101001010110010010100101001010101010110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269592; }

 p { color: rgb(38,149,146); }

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

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

 a { background-color: rgb(38,149,146); }

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

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

 span { border-color: rgb(38,149,146); }

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