#385755

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

Shades of Oracle #385755

Tints of Oracle #385755

Color information

#385755 (or 0x385755) is unknown color: approx Oracle. HEX triplet: 38, 57 and 55. RGB value is (56,87,85). Sum of RGB (Red+Green+Blue) = 56+87+85=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #385755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385755 is #C7A8AA. Grayscale: #4D4D4D. Windows color (decimal): -13084843 or 5592888. OLE color: 5592888.

HSL color Cylindrical-coordinate representation of color #385755: hue angle of 176.13º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385755 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB568785-
CMYK0.3600.020.66
HSL176.13º21.68%28.04%-
HSV(B)176.13º35.63%34.12%-
XYZ6.688.319.85-
YUV77.5132.23112.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=24.56%
G=38.16%
B=37.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687850.3600.020.66176.1321.6828.04
Hex385755240242b0161c
Octal7012712544021022602634
Binary111000101011110101011001000101000010101100001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385755; }

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

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

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

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

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

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

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

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