#279999

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

Shades of Java #279999

Tints of Java #279999

Color information

#279999 (or 0x279999) is unknown color: approx Java. HEX triplet: 27, 99 and 99. RGB value is (39,153,153). Sum of RGB (Red+Green+Blue) = 39+153+153=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #279999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279999 is #D86666. Grayscale: #767676. Windows color (decimal): -14181991 or 10066215. OLE color: 10066215.

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

Color convert

RGB39153153-
CMYK0.75000.4
HSL180º59.38%37.65%-
HSV(B)180º74.51%60%-
XYZ17.9825.5134.11-
YUV118.91147.2371-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.30%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=11.30%
G=44.35%
B=44.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391531530.75000.418059.3837.65
Hex2799994B0028b43b26
Octal4723123111300502647346
Binary100111100110011001100110010110010100010110100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279999; }

 p { color: rgb(39,153,153); }

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

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

 a { background-color: rgb(39,153,153); }

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

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

 span { border-color: rgb(39,153,153); }

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