#359D95

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

Shades of Java #359D95

Tints of Java #359D95

Color information

#359D95 (or 0x359D95) is unknown color: approx Java. HEX triplet: 35, 9D and 95. RGB value is (53,157,149). Sum of RGB (Red+Green+Blue) = 53+157+149=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #359D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D95 is #CA626A. Grayscale: #7C7C7C. Windows color (decimal): -13263467 or 9805109. OLE color: 9805109.

HSL color Cylindrical-coordinate representation of color #359D95: hue angle of 175.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D95 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB53157149-
CMYK0.6600.050.38
HSL175.38º49.52%41.18%-
HSV(B)175.38º66.24%61.57%-
XYZ18.9527.0432.65-
YUV124.99141.5476.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=14.76%
G=43.73%
B=41.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571490.6600.050.38175.3849.5241.18
Hex359D95420526af3229
Octal6523522510205462576251
Binary11010110011101100101011000010010110011010101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359D95; }

 p { color: rgb(53,157,149); }

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

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

 a { background-color: rgb(53,157,149); }

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

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

 span { border-color: rgb(53,157,149); }

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