#32978E

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

Shades of Java #32978E

Tints of Java #32978E

Color information

#32978E (or 0x32978E) is unknown color: approx Java. HEX triplet: 32, 97 and 8E. RGB value is (50,151,142). Sum of RGB (Red+Green+Blue) = 50+151+142=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #32978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32978E is #CD6871. Grayscale: #777777. Windows color (decimal): -13461618 or 9344818. OLE color: 9344818.

HSL color Cylindrical-coordinate representation of color #32978E: hue angle of 174.65º 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 #32978E is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB50151142-
CMYK0.6700.060.41
HSL174.65º50.25%39.41%-
HSV(B)174.65º66.89%59.22%-
XYZ17.2624.7629.46-
YUV119.78140.5478.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=14.58%
G=44.02%
B=41.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511420.6700.060.41174.6550.2539.41
Hex32978E430629af3227
Octal6222721610306512576247
Binary11001010010111100011101000011011010100110101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32978E; }

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

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

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

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

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

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

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

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