#385654

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

Shades of Oracle #385654

Tints of Oracle #385654

Color information

#385654 (or 0x385654) is unknown color: approx Oracle. HEX triplet: 38, 56 and 54. RGB value is (56,86,84). Sum of RGB (Red+Green+Blue) = 56+86+84=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #385654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385654 is #C7A9AB. Grayscale: #4C4C4C. Windows color (decimal): -13085100 or 5527096. OLE color: 5527096.

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

Color convert

RGB568684-
CMYK0.3500.020.66
HSL176º21.13%27.84%-
HSV(B)176º34.88%33.73%-
XYZ6.568.149.61-
YUV76.8132.06113.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=24.78%
G=38.05%
B=37.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686840.3500.020.6617621.1327.84
Hex385654230242b0151c
Octal7012612443021022602534
Binary111000101011010101001000110101000010101100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385654; }

 p { color: rgb(56,86,84); }

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

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

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

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

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

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

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