#386060

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

Shades of Oracle #386060

Tints of Oracle #386060

Color information

#386060 (or 0x386060) is unknown color: approx Oracle. HEX triplet: 38, 60 and 60. RGB value is (56,96,96). Sum of RGB (Red+Green+Blue) = 56+96+96=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #386060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386060 is #C79F9F. Grayscale: #545454. Windows color (decimal): -13082528 or 6316088. OLE color: 6316088.

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

Color convert

RGB569696-
CMYK0.42000.62
HSL180º26.32%29.8%-
HSV(B)180º41.67%37.65%-
XYZ7.9310.0512.59-
YUV84.04134.75108-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=22.58%
G=38.71%
B=38.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696960.42000.6218026.3229.8
Hex3860602A003Eb41a1e
Octal701401405200762643236
Binary1110001100000110000010101000111110101101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386060; }

 p { color: rgb(56,96,96); }

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

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

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

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

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

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

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