#385D57

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

Shades of Oracle #385D57

Tints of Oracle #385D57

Color information

#385D57 (or 0x385D57) is unknown color: approx Oracle. HEX triplet: 38, 5D and 57. RGB value is (56,93,87). Sum of RGB (Red+Green+Blue) = 56+93+87=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #385D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D57 is #C7A2A8. Grayscale: #515151. Windows color (decimal): -13083305 or 5725496. OLE color: 5725496.

HSL color Cylindrical-coordinate representation of color #385D57: hue angle of 170.27º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D57 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB569387-
CMYK0.4000.060.64
HSL170.27º24.83%29.22%-
HSV(B)170.27º39.78%36.47%-
XYZ7.279.3610.44-
YUV81.25131.24109.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=23.73%
G=39.41%
B=36.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693870.4000.060.64170.2724.8329.22
Hex385D57280640aa191d
Octal7013512750061002523135
Binary1110001011101101011110100001101000000101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D57; }

 p { color: rgb(56,93,87); }

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

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

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

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

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

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

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