#386361

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

Shades of Oracle #386361

Tints of Oracle #386361

Color information

#386361 (or 0x386361) is unknown color: approx Oracle. HEX triplet: 38, 63 and 61. RGB value is (56,99,97). Sum of RGB (Red+Green+Blue) = 56+99+97=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #386361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386361 is #C79C9E. Grayscale: #555555. Windows color (decimal): -13081759 or 6382392. OLE color: 6382392.

HSL color Cylindrical-coordinate representation of color #386361: hue angle of 177.21º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386361 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB569997-
CMYK0.4300.020.61
HSL177.21º27.74%30.39%-
HSV(B)177.21º43.43%38.82%-
XYZ8.2510.6312.93-
YUV85.92134.25106.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=22.22%
G=39.29%
B=38.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699970.4300.020.61177.2127.7430.39
Hex3863612B023Db11c1e
Octal701431415302752613436
Binary11100011000111100001101011010111101101100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386361; }

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

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

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

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

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

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

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

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