#329793

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

Shades of Java #329793

Tints of Java #329793

Color information

#329793 (or 0x329793) is unknown color: approx Java. HEX triplet: 32, 97 and 93. RGB value is (50,151,147). Sum of RGB (Red+Green+Blue) = 50+151+147=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #329793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329793 is #CD686C. Grayscale: #787878. Windows color (decimal): -13461613 or 9672498. OLE color: 9672498.

HSL color Cylindrical-coordinate representation of color #329793: hue angle of 177.62º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329793 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB50151147-
CMYK0.6700.030.41
HSL177.62º50.25%39.41%-
HSV(B)177.62º66.89%59.22%-
XYZ17.6524.9231.48-
YUV120.34143.0477.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=14.37%
G=43.39%
B=42.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511470.6700.030.41177.6250.2539.41
Hex329793430329b23227
Octal6222722310303512626247
Binary1100101001011110010011100001101110100110110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329793; }

 p { color: rgb(50,151,147); }

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

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

 a { background-color: rgb(50,151,147); }

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

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

 span { border-color: rgb(50,151,147); }

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