#386661

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

Shades of Oracle #386661

Tints of Oracle #386661

Color information

#386661 (or 0x386661) is unknown color: approx Oracle. HEX triplet: 38, 66 and 61. RGB value is (56,102,97). Sum of RGB (Red+Green+Blue) = 56+102+97=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #386661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386661 is #C7999E. Grayscale: #575757. Windows color (decimal): -13080991 or 6383160. OLE color: 6383160.

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

Color convert

RGB5610297-
CMYK0.4500.050.6
HSL173.48º29.11%30.98%-
HSV(B)173.48º45.1%40%-
XYZ8.5411.2113.02-
YUV87.68133.26105.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=21.96%
G=40%
B=38.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102970.4500.050.6173.4829.1130.98
Hex3866612D053Cad1d1f
Octal701461415505742553537
Binary111000110011011000011011010101111100101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386661; }

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

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

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

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

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

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

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

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