#379D9A

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

Shades of Java #379D9A

Tints of Java #379D9A

Color information

#379D9A (or 0x379D9A) is unknown color: approx Java. HEX triplet: 37, 9D and 9A. RGB value is (55,157,154). Sum of RGB (Red+Green+Blue) = 55+157+154=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #379D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D9A is #C86265. Grayscale: #7E7E7E. Windows color (decimal): -13132390 or 10132791. OLE color: 10132791.

HSL color Cylindrical-coordinate representation of color #379D9A: hue angle of 178.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D9A is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB55157154-
CMYK0.6500.020.38
HSL178.24º48.11%41.57%-
HSV(B)178.24º64.97%61.57%-
XYZ19.4727.2634.81-
YUV126.16143.7177.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.03%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=15.03%
G=42.90%
B=42.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571540.6500.020.38178.2448.1141.57
Hex379D9A410226b2302a
Octal6723523210102462626052
Binary1101111001110110011010100000101010011010110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D9A; }

 p { color: rgb(55,157,154); }

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

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

 a { background-color: rgb(55,157,154); }

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

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

 span { border-color: rgb(55,157,154); }

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