#385D5A

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

Shades of Oracle #385D5A

Tints of Oracle #385D5A

Color information

#385D5A (or 0x385D5A) is unknown color: approx Oracle. HEX triplet: 38, 5D and 5A. RGB value is (56,93,90). Sum of RGB (Red+Green+Blue) = 56+93+90=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #385D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D5A is #C7A2A5. Grayscale: #515151. Windows color (decimal): -13083302 or 5922104. OLE color: 5922104.

HSL color Cylindrical-coordinate representation of color #385D5A: hue angle of 175.14º 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 #385D5A is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB569390-
CMYK0.4000.030.64
HSL175.14º24.83%29.22%-
HSV(B)175.14º39.78%36.47%-
XYZ7.399.4111.1-
YUV81.6132.74109.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=23.43%
G=38.91%
B=37.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693900.4000.030.64175.1424.8329.22
Hex385D5A280340af191d
Octal7013513250031002573135
Binary111000101110110110101010000111000000101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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