#349995

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

Shades of Java #349995

Tints of Java #349995

Color information

#349995 (or 0x349995) is unknown color: approx Java. HEX triplet: 34, 99 and 95. RGB value is (52,153,149). Sum of RGB (Red+Green+Blue) = 52+153+149=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #349995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349995 is #CB666A. Grayscale: #7A7A7A. Windows color (decimal): -13330027 or 9804084. OLE color: 9804084.

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

Color convert

RGB52153149-
CMYK0.6600.030.4
HSL177.62º49.27%40.2%-
HSV(B)177.62º66.01%60%-
XYZ18.2325.6832.43-
YUV122.34143.0477.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=14.69%
G=43.22%
B=42.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531490.6600.030.4177.6249.2740.2
Hex349995420328b23128
Octal6423122510203502626150
Binary1101001001100110010101100001001110100010110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349995; }

 p { color: rgb(52,153,149); }

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

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

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

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

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

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

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