#396661

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

Shades of Oracle #396661

Tints of Oracle #396661

Color information

#396661 (or 0x396661) is unknown color: approx Oracle. HEX triplet: 39, 66 and 61. RGB value is (57,102,97). Sum of RGB (Red+Green+Blue) = 57+102+97=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #396661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396661 is #C6999E. Grayscale: #575757. Windows color (decimal): -13015455 or 6383161. OLE color: 6383161.

HSL color Cylindrical-coordinate representation of color #396661: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396661 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB5710297-
CMYK0.4400.050.6
HSL173.33º28.3%31.18%-
HSV(B)173.33º44.12%40%-
XYZ8.611.2413.02-
YUV87.98133.09105.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=22.27%
G=39.84%
B=37.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102970.4400.050.6173.3328.331.18
Hex3966612C053Cad1c1f
Octal711461415405742553437
Binary111001110011011000011011000101111100101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396661; }

 p { color: rgb(57,102,97); }

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

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

 a { background-color: rgb(57,102,97); }

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

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

 span { border-color: rgb(57,102,97); }

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